diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 04:38:40 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 04:38:40 +0000 |
commit | fac94d4f44d16f98a0804c95fcbda9754c075af2 (patch) | |
tree | 90ba1810428ec3227fc975afb3ac98b80659bf43 /games-emulation/mupen64plus | |
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/mupen64plus')
-rw-r--r-- | games-emulation/mupen64plus/ChangeLog | 8 | ||||
-rw-r--r-- | games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild | 6 | ||||
-rw-r--r-- | games-emulation/mupen64plus/mupen64plus-1.5-r2.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/games-emulation/mupen64plus/ChangeLog b/games-emulation/mupen64plus/ChangeLog index f1570da88648..2cceb1630690 100644 --- a/games-emulation/mupen64plus/ChangeLog +++ b/games-emulation/mupen64plus/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/mupen64plus -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus/ChangeLog,v 1.18 2011/12/26 02:28:24 joker Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus/ChangeLog,v 1.19 2012/05/04 04:38:39 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> mupen64plus-1.5-r1.ebuild, + mupen64plus-1.5-r2.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 26 Dec 2011; Christian Birchinger <joker@gentoo.org> mupen64plus-1.5-r2.ebuild: diff --git a/games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild b/games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild index d77d7eb4aa75..e1f048deb437 100644 --- a/games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild +++ b/games-emulation/mupen64plus/mupen64plus-1.5-r1.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/mupen64plus/mupen64plus-1.5-r1.ebuild,v 1.9 2010/05/16 20:38:39 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild,v 1.10 2012/05/04 04:38:38 jdhore Exp $ EAPI="2" @@ -35,7 +35,7 @@ RDEPEND="virtual/opengl DEPEND="${RDEPEND} dev-lang/yasm - dev-util/pkgconfig" + virtual/pkgconfig" S="${WORKDIR}/${MY_P}" diff --git a/games-emulation/mupen64plus/mupen64plus-1.5-r2.ebuild b/games-emulation/mupen64plus/mupen64plus-1.5-r2.ebuild index 71fe766b92ae..a952f731260d 100644 --- a/games-emulation/mupen64plus/mupen64plus-1.5-r2.ebuild +++ b/games-emulation/mupen64plus/mupen64plus-1.5-r2.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-emulation/mupen64plus/mupen64plus-1.5-r2.ebuild,v 1.6 2011/12/26 02:28:24 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus/mupen64plus-1.5-r2.ebuild,v 1.7 2012/05/04 04:38:38 jdhore Exp $ EAPI="2" @@ -36,7 +36,7 @@ RDEPEND="virtual/opengl DEPEND="${RDEPEND} dev-lang/yasm - dev-util/pkgconfig" + virtual/pkgconfig" S="${WORKDIR}/${MY_P}" |