diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 06:35:32 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 06:35:32 +0000 |
commit | bba72a2f03b4fbe7b59d0a363c012ccee1305643 (patch) | |
tree | ed474bfb8c392daa4bbfaefc925d12c060b8d472 /dev-games/libgrapple | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | gentoo-2-bba72a2f03b4fbe7b59d0a363c012ccee1305643.tar.gz gentoo-2-bba72a2f03b4fbe7b59d0a363c012ccee1305643.tar.bz2 gentoo-2-bba72a2f03b4fbe7b59d0a363c012ccee1305643.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'dev-games/libgrapple')
-rw-r--r-- | dev-games/libgrapple/ChangeLog | 7 | ||||
-rw-r--r-- | dev-games/libgrapple/libgrapple-0.9.8.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-games/libgrapple/ChangeLog b/dev-games/libgrapple/ChangeLog index cbb696e72388..cb65427b51ee 100644 --- a/dev-games/libgrapple/ChangeLog +++ b/dev-games/libgrapple/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-games/libgrapple -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/libgrapple/ChangeLog,v 1.7 2009/10/25 13:11:58 maekke Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-games/libgrapple/ChangeLog,v 1.8 2012/05/03 06:35:31 jdhore Exp $ + + 03 May 2012; Jeff Horelick <jdhore@gentoo.org> libgrapple-0.9.8.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 25 Oct 2009; Markus Meier <maekke@gentoo.org> libgrapple-0.9.8.ebuild: amd64/x86 stable, bug #288821 diff --git a/dev-games/libgrapple/libgrapple-0.9.8.ebuild b/dev-games/libgrapple/libgrapple-0.9.8.ebuild index 78353ee1b17e..6d4ceb2aed53 100644 --- a/dev-games/libgrapple/libgrapple-0.9.8.ebuild +++ b/dev-games/libgrapple/libgrapple-0.9.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/libgrapple/libgrapple-0.9.8.ebuild,v 1.2 2009/10/25 13:11:58 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/libgrapple/libgrapple-0.9.8.ebuild,v 1.3 2012/05/03 06:35:31 jdhore Exp $ EAPI=2 inherit autotools eutils @@ -16,7 +16,7 @@ IUSE="ssl" RDEPEND="ssl? ( dev-libs/openssl )" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_prepare() { epatch "${FILESDIR}"/${P}-build.patch |