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 | 13cd969e52d08724db89fdcefff169bad0902a25 (patch) | |
tree | 8bae90256a891074f92cb78ce85e3a2e903ee4dd /games-arcade/burgerspace | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | historical-13cd969e52d08724db89fdcefff169bad0902a25.tar.gz historical-13cd969e52d08724db89fdcefff169bad0902a25.tar.bz2 historical-13cd969e52d08724db89fdcefff169bad0902a25.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'games-arcade/burgerspace')
-rw-r--r-- | games-arcade/burgerspace/ChangeLog | 7 | ||||
-rw-r--r-- | games-arcade/burgerspace/burgerspace-1.9.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-arcade/burgerspace/ChangeLog b/games-arcade/burgerspace/ChangeLog index 3dd30c2c6b5a..cb23b97e1e05 100644 --- a/games-arcade/burgerspace/ChangeLog +++ b/games-arcade/burgerspace/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/burgerspace -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/burgerspace/ChangeLog,v 1.30 2010/11/08 04:25:01 mr_bones_ Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/burgerspace/ChangeLog,v 1.31 2012/05/04 04:22:28 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> burgerspace-1.9.0.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 08 Nov 2010; Michael Sterrett <mr_bones_@gentoo.org> burgerspace-1.9.0.ebuild: diff --git a/games-arcade/burgerspace/burgerspace-1.9.0.ebuild b/games-arcade/burgerspace/burgerspace-1.9.0.ebuild index 1d75cf249d5f..fa80713b6d35 100644 --- a/games-arcade/burgerspace/burgerspace-1.9.0.ebuild +++ b/games-arcade/burgerspace/burgerspace-1.9.0.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/burgerspace/burgerspace-1.9.0.ebuild,v 1.7 2010/11/08 04:25:01 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/burgerspace/burgerspace-1.9.0.ebuild,v 1.8 2012/05/04 04:22:28 jdhore Exp $ EAPI=2 inherit autotools games @@ -17,7 +17,7 @@ RESTRICT="test" # doesn't really test anything RDEPEND=">=dev-games/flatzebra-0.1.5" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_prepare() { sed -i \ |