diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-02 21:02:02 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-02 21:02:02 +0000 |
commit | 34321f3b0737ce0062d3a559e9277bddbfa1d2df (patch) | |
tree | d69771a044010c4723d9124e94306e2b2809fa0a /games-engines | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | gentoo-2-34321f3b0737ce0062d3a559e9277bddbfa1d2df.tar.gz gentoo-2-34321f3b0737ce0062d3a559e9277bddbfa1d2df.tar.bz2 gentoo-2-34321f3b0737ce0062d3a559e9277bddbfa1d2df.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/scummvm-tools/ChangeLog | 6 | ||||
-rw-r--r-- | games-engines/scummvm-tools/scummvm-tools-1.3.0.ebuild | 6 | ||||
-rw-r--r-- | games-engines/scummvm-tools/scummvm-tools-1.4.0.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/games-engines/scummvm-tools/ChangeLog b/games-engines/scummvm-tools/ChangeLog index 0b2975d5b1e4..464692e74afa 100644 --- a/games-engines/scummvm-tools/ChangeLog +++ b/games-engines/scummvm-tools/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-engines/scummvm-tools # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/ChangeLog,v 1.53 2012/02/06 22:34:47 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/ChangeLog,v 1.54 2012/05/02 21:02:02 jdhore Exp $ + + 02 May 2012; Jeff Horelick <jdhore@gentoo.org> scummvm-tools-1.3.0.ebuild, + scummvm-tools-1.4.0.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 06 Feb 2012; Michael Sterrett <mr_bones_@gentoo.org> scummvm-tools-1.4.0.ebuild: diff --git a/games-engines/scummvm-tools/scummvm-tools-1.3.0.ebuild b/games-engines/scummvm-tools/scummvm-tools-1.3.0.ebuild index 6d2c368ed936..54a05eb7240c 100644 --- a/games-engines/scummvm-tools/scummvm-tools-1.3.0.ebuild +++ b/games-engines/scummvm-tools/scummvm-tools-1.3.0.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-engines/scummvm-tools/scummvm-tools-1.3.0.ebuild,v 1.4 2011/08/21 03:38:29 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/scummvm-tools-1.3.0.ebuild,v 1.5 2012/05/02 21:02:01 jdhore Exp $ EAPI=2 WX_GTK_VER=2.8 @@ -24,7 +24,7 @@ RDEPEND="png? ( media-libs/libpng ) sys-libs/zlib x11-libs/wxGTK:2.8" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" S=${WORKDIR}/${P/_/} diff --git a/games-engines/scummvm-tools/scummvm-tools-1.4.0.ebuild b/games-engines/scummvm-tools/scummvm-tools-1.4.0.ebuild index 82e0e5264383..6d1427bd6179 100644 --- a/games-engines/scummvm-tools/scummvm-tools-1.4.0.ebuild +++ b/games-engines/scummvm-tools/scummvm-tools-1.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/scummvm-tools-1.4.0.ebuild,v 1.4 2012/02/06 22:34:47 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/scummvm-tools-1.4.0.ebuild,v 1.5 2012/05/02 21:02:01 jdhore Exp $ EAPI=2 WX_GTK_VER=2.8 @@ -24,7 +24,7 @@ RDEPEND="png? ( media-libs/libpng ) sys-libs/zlib x11-libs/wxGTK:2.8" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" S=${WORKDIR}/${P/_/} |