diff options
author | 2012-05-04 04:38:40 +0000 | |
---|---|---|
committer | 2012-05-04 04:38:40 +0000 | |
commit | fac94d4f44d16f98a0804c95fcbda9754c075af2 (patch) | |
tree | 90ba1810428ec3227fc975afb3ac98b80659bf43 /games-emulation/gxmame | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | gentoo-2-fac94d4f44d16f98a0804c95fcbda9754c075af2.tar.gz gentoo-2-fac94d4f44d16f98a0804c95fcbda9754c075af2.tar.bz2 gentoo-2-fac94d4f44d16f98a0804c95fcbda9754c075af2.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'games-emulation/gxmame')
-rw-r--r-- | games-emulation/gxmame/ChangeLog | 7 | ||||
-rw-r--r-- | games-emulation/gxmame/gxmame-0.35_beta2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-emulation/gxmame/ChangeLog b/games-emulation/gxmame/ChangeLog index e6e2d9720620..ef79f966eb11 100644 --- a/games-emulation/gxmame/ChangeLog +++ b/games-emulation/gxmame/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/gxmame -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/gxmame/ChangeLog,v 1.21 2010/12/01 10:06:53 tupone Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/gxmame/ChangeLog,v 1.22 2012/05/04 04:38:38 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> gxmame-0.35_beta2.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 01 Dec 2010; Tupone Alfredo <tupone@gentoo.org> gxmame-0.35_beta2.ebuild, +files/gxmame-0.35_beta2-ovflfix.patch: diff --git a/games-emulation/gxmame/gxmame-0.35_beta2.ebuild b/games-emulation/gxmame/gxmame-0.35_beta2.ebuild index 80d3fbd82f2b..c1a02f5292fc 100644 --- a/games-emulation/gxmame/gxmame-0.35_beta2.ebuild +++ b/games-emulation/gxmame/gxmame-0.35_beta2.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/gxmame/gxmame-0.35_beta2.ebuild,v 1.11 2011/01/24 22:29:44 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/gxmame/gxmame-0.35_beta2.ebuild,v 1.12 2012/05/04 04:38:38 jdhore Exp $ EAPI=2 inherit eutils games @@ -21,7 +21,7 @@ RDEPEND="dev-libs/expat x11-themes/gnome-icon-theme nls? ( virtual/libintl )" DEPEND="${RDEPEND} - dev-util/pkgconfig + virtual/pkgconfig nls? ( sys-devel/gettext )" S=${WORKDIR}/${MY_P} |