diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 18:35:57 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 18:35:57 +0000 |
commit | eeff4982b2a7794d566a0b782448402ac6495c5e (patch) | |
tree | 76d138247a574ef6ae036238f0858795dcf43cdd /dev-libs/liblazy | |
parent | 0.8.50 version bump. (diff) | |
download | historical-eeff4982b2a7794d566a0b782448402ac6495c5e.tar.gz historical-eeff4982b2a7794d566a0b782448402ac6495c5e.tar.bz2 historical-eeff4982b2a7794d566a0b782448402ac6495c5e.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'dev-libs/liblazy')
-rw-r--r-- | dev-libs/liblazy/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/liblazy/liblazy-0.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/liblazy/ChangeLog b/dev-libs/liblazy/ChangeLog index d769ec136084..8bb07c313533 100644 --- a/dev-libs/liblazy/ChangeLog +++ b/dev-libs/liblazy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/liblazy -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/liblazy/ChangeLog,v 1.6 2010/05/22 11:47:16 tove Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/liblazy/ChangeLog,v 1.7 2012/05/04 18:35:44 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> liblazy-0.2.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 22 May 2010; Torsten Veller <tove@gentoo.org> metadata.xml: Remove genstef from metadata.xml (#66339) diff --git a/dev-libs/liblazy/liblazy-0.2.ebuild b/dev-libs/liblazy/liblazy-0.2.ebuild index a076696cc648..025b4ebed282 100644 --- a/dev-libs/liblazy/liblazy-0.2.ebuild +++ b/dev-libs/liblazy/liblazy-0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/liblazy/liblazy-0.2.ebuild,v 1.1 2008/06/12 17:25:48 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/liblazy/liblazy-0.2.ebuild,v 1.2 2012/05/04 18:35:44 jdhore Exp $ DESCRIPTION="lib for D-Bus daemon messages, querying HAL or PolicyKit privileges" HOMEPAGE="http://freedesktop.org/wiki/Software/liblazy" @@ -13,7 +13,7 @@ IUSE="" RDEPEND="sys-apps/dbus" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_compile() { econf --disable-dependency-tracking |