diff options
author | 2012-05-04 04:38:40 +0000 | |
---|---|---|
committer | 2012-05-04 04:38:40 +0000 | |
commit | 0ca00dc9e56d9277555b573a0fd2a966ee3a7ec2 (patch) | |
tree | 0d9311ab44c3fa892b819ee43b0539f03cf13339 /games-emulation/fbzx | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | historical-0ca00dc9e56d9277555b573a0fd2a966ee3a7ec2.tar.gz historical-0ca00dc9e56d9277555b573a0fd2a966ee3a7ec2.tar.bz2 historical-0ca00dc9e56d9277555b573a0fd2a966ee3a7ec2.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'games-emulation/fbzx')
-rw-r--r-- | games-emulation/fbzx/ChangeLog | 7 | ||||
-rw-r--r-- | games-emulation/fbzx/fbzx-2.4.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-emulation/fbzx/ChangeLog b/games-emulation/fbzx/ChangeLog index 8f5dd65aa3f6..ce675a17001e 100644 --- a/games-emulation/fbzx/ChangeLog +++ b/games-emulation/fbzx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/fbzx -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/fbzx/ChangeLog,v 1.24 2010/05/23 21:24:21 pacho Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/fbzx/ChangeLog,v 1.25 2012/05/04 04:38:38 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> fbzx-2.4.1.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 23 May 2010; Pacho Ramos <pacho@gentoo.org> fbzx-2.4.1.ebuild: stable amd64, bug 315297 diff --git a/games-emulation/fbzx/fbzx-2.4.1.ebuild b/games-emulation/fbzx/fbzx-2.4.1.ebuild index aee4be4c1f66..ccca004f6336 100644 --- a/games-emulation/fbzx/fbzx-2.4.1.ebuild +++ b/games-emulation/fbzx/fbzx-2.4.1.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-emulation/fbzx/fbzx-2.4.1.ebuild,v 1.3 2010/05/23 21:24:22 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/fbzx/fbzx-2.4.1.ebuild,v 1.4 2012/05/04 04:38:38 jdhore Exp $ EAPI=2 inherit eutils games @@ -18,7 +18,7 @@ RDEPEND="media-libs/libsdl[video] media-sound/pulseaudio media-libs/alsa-lib" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_prepare() { sed -i \ |