diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 04:22:29 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 04:22:29 +0000 |
commit | ce141720713266620c4bbede7fa7387405b1a4a2 (patch) | |
tree | 5013ad054c45e497ce2bb82596d229af05616598 /games-arcade/xbill | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | gentoo-2-ce141720713266620c4bbede7fa7387405b1a4a2.tar.gz gentoo-2-ce141720713266620c4bbede7fa7387405b1a4a2.tar.bz2 gentoo-2-ce141720713266620c4bbede7fa7387405b1a4a2.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'games-arcade/xbill')
-rw-r--r-- | games-arcade/xbill/ChangeLog | 7 | ||||
-rw-r--r-- | games-arcade/xbill/xbill-2.1-r2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-arcade/xbill/ChangeLog b/games-arcade/xbill/ChangeLog index 66b2ee02217b..ee23585bc836 100644 --- a/games-arcade/xbill/ChangeLog +++ b/games-arcade/xbill/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/xbill -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/xbill/ChangeLog,v 1.21 2011/02/28 23:55:42 mr_bones_ Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/xbill/ChangeLog,v 1.22 2012/05/04 04:22:28 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> xbill-2.1-r2.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 28 Feb 2011; Michael Sterrett <mr_bones_@gentoo.org> xbill-2.1-r2.ebuild: EAPI=2; slot gtk+ dep diff --git a/games-arcade/xbill/xbill-2.1-r2.ebuild b/games-arcade/xbill/xbill-2.1-r2.ebuild index 79230deffbfc..00246afb4882 100644 --- a/games-arcade/xbill/xbill-2.1-r2.ebuild +++ b/games-arcade/xbill/xbill-2.1-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/xbill/xbill-2.1-r2.ebuild,v 1.8 2011/02/28 23:55:42 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/xbill/xbill-2.1-r2.ebuild,v 1.9 2012/05/04 04:22:28 jdhore Exp $ EAPI=2 inherit eutils autotools games @@ -17,7 +17,7 @@ IUSE="gtk" RDEPEND="gtk? ( x11-libs/gtk+:2 ) !gtk? ( x11-libs/libXaw )" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_prepare() { epatch \ |