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/syobon | |
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/syobon')
-rw-r--r-- | games-arcade/syobon/ChangeLog | 7 | ||||
-rw-r--r-- | games-arcade/syobon/syobon-1.0.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-arcade/syobon/ChangeLog b/games-arcade/syobon/ChangeLog index 5a0c263e5ea2..80090ab5cb21 100644 --- a/games-arcade/syobon/ChangeLog +++ b/games-arcade/syobon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/syobon -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/syobon/ChangeLog,v 1.4 2011/07/19 19:45:49 maekke Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/syobon/ChangeLog,v 1.5 2012/05/04 04:22:28 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> syobon-1.0.1.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 19 Jul 2011; Markus Meier <maekke@gentoo.org> syobon-1.0.1.ebuild: x86 stable, bug #375333 diff --git a/games-arcade/syobon/syobon-1.0.1.ebuild b/games-arcade/syobon/syobon-1.0.1.ebuild index 570ead4da798..34edfdab507c 100644 --- a/games-arcade/syobon/syobon-1.0.1.ebuild +++ b/games-arcade/syobon/syobon-1.0.1.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/syobon/syobon-1.0.1.ebuild,v 1.4 2011/07/19 19:45:49 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/syobon/syobon-1.0.1.ebuild,v 1.5 2012/05/04 04:22:28 jdhore Exp $ EAPI=2 inherit games @@ -23,7 +23,7 @@ RDEPEND="media-libs/libsdl[audio,video,joystick] media-libs/sdl-mixer[vorbis]" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" S=${WORKDIR}/${PN} |