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/afternoonstalker | |
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/afternoonstalker')
-rw-r--r-- | games-arcade/afternoonstalker/ChangeLog | 7 | ||||
-rw-r--r-- | games-arcade/afternoonstalker/afternoonstalker-1.1.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-arcade/afternoonstalker/ChangeLog b/games-arcade/afternoonstalker/ChangeLog index d1fe6ffa72dc..4edd3ca27704 100644 --- a/games-arcade/afternoonstalker/ChangeLog +++ b/games-arcade/afternoonstalker/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/afternoonstalker -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/afternoonstalker/ChangeLog,v 1.15 2010/08/13 12:40:53 josejx Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/afternoonstalker/ChangeLog,v 1.16 2012/05/04 04:22:28 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> afternoonstalker-1.1.4.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 13 Aug 2010; Joseph Jezak <josejx@gentoo.org> afternoonstalker-1.1.4.ebuild: diff --git a/games-arcade/afternoonstalker/afternoonstalker-1.1.4.ebuild b/games-arcade/afternoonstalker/afternoonstalker-1.1.4.ebuild index 7cac01ea76e0..cf31c6876997 100644 --- a/games-arcade/afternoonstalker/afternoonstalker-1.1.4.ebuild +++ b/games-arcade/afternoonstalker/afternoonstalker-1.1.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 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/afternoonstalker/afternoonstalker-1.1.4.ebuild,v 1.4 2010/08/13 12:40:53 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/afternoonstalker/afternoonstalker-1.1.4.ebuild,v 1.5 2012/05/04 04:22:28 jdhore Exp $ EAPI=2 inherit autotools games @@ -16,7 +16,7 @@ IUSE="" RDEPEND=">=dev-games/flatzebra-0.1.5" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_prepare() { sed -i \ |