diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2008-01-19 14:08:22 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2008-01-19 14:08:22 +0000 |
commit | 8f321b8aabd3846d81fec3c5c58219db23866d35 (patch) | |
tree | e629cde85528e7423b544091a1be9e589559a4d4 /dev-libs/liblazy | |
parent | Version bump thanks to Allen Brooker (AllenJB) <gentoo-bugs@allenjb.me.uk> in... (diff) | |
download | gentoo-2-8f321b8aabd3846d81fec3c5c58219db23866d35.tar.gz gentoo-2-8f321b8aabd3846d81fec3c5c58219db23866d35.tar.bz2 gentoo-2-8f321b8aabd3846d81fec3c5c58219db23866d35.zip |
Add pkgconfig dep, bug 206154
(Portage version: 2.1.4)
Diffstat (limited to 'dev-libs/liblazy')
-rw-r--r-- | dev-libs/liblazy/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/liblazy/liblazy-0.1.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-libs/liblazy/ChangeLog b/dev-libs/liblazy/ChangeLog index 60b2666e8200..9d7af993bd18 100644 --- a/dev-libs/liblazy/ChangeLog +++ b/dev-libs/liblazy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/liblazy -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/liblazy/ChangeLog,v 1.2 2007/05/09 20:10:07 cardoe Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/liblazy/ChangeLog,v 1.3 2008/01/19 14:08:22 genstef Exp $ + + 19 Jan 2008; Stefan Schweizer <genstef@gentoo.org> liblazy-0.1.ebuild: + Add pkgconfig dep, bug 206154 09 May 2007; Doug Goldstein <cardoe@gentoo.org> metadata.xml: genstef's package diff --git a/dev-libs/liblazy/liblazy-0.1.ebuild b/dev-libs/liblazy/liblazy-0.1.ebuild index 67520297c99b..525a7510dc42 100644 --- a/dev-libs/liblazy/liblazy-0.1.ebuild +++ b/dev-libs/liblazy/liblazy-0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/liblazy/liblazy-0.1.ebuild,v 1.1 2007/04/08 12:31:05 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/liblazy/liblazy-0.1.ebuild,v 1.2 2008/01/19 14:08:22 genstef Exp $ DESCRIPTION="lib for D-Bus daemon messages, querying HAL or PolicyKit privileges" HOMEPAGE="http://freedesktop.org/wiki/Software_2fliblazy" @@ -11,7 +11,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND=">=sys-apps/dbus-0.62" +DEPEND=">=sys-apps/dbus-0.62 + dev-util/pkgconfig" RDEPEND="${DEPEND}" src_install() { |