diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-22 00:04:03 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-22 00:04:03 +0000 |
commit | ac06ec2da275b5a4ad17db163b25495d8547545d (patch) | |
tree | 9f333beba80c891c4e5991fddfb515337e7d2039 /games-emulation/mupen64plus | |
parent | Add USE=static-libs (diff) | |
download | gentoo-2-ac06ec2da275b5a4ad17db163b25495d8547545d.tar.gz gentoo-2-ac06ec2da275b5a4ad17db163b25495d8547545d.tar.bz2 gentoo-2-ac06ec2da275b5a4ad17db163b25495d8547545d.zip |
marked x86 per bug 413833
(Portage version: 2.2.0_alpha107/cvs/Linux i686)
Diffstat (limited to 'games-emulation/mupen64plus')
-rw-r--r-- | games-emulation/mupen64plus/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/mupen64plus/mupen64plus-1.5-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-emulation/mupen64plus/ChangeLog b/games-emulation/mupen64plus/ChangeLog index 9435c81ff575..52ea8d8bc229 100644 --- a/games-emulation/mupen64plus/ChangeLog +++ b/games-emulation/mupen64plus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/mupen64plus # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus/ChangeLog,v 1.20 2012/05/20 14:55:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus/ChangeLog,v 1.21 2012/05/22 00:04:03 jdhore Exp $ + + 22 May 2012; Jeff Horelick <jdhore@gentoo.org> mupen64plus-1.5-r2.ebuild: + marked x86 per bug 413833 20 May 2012; Agostino Sarubbo <ago@gentoo.org> mupen64plus-1.5-r2.ebuild: Stable for amd64, wrt bug #413833 diff --git a/games-emulation/mupen64plus/mupen64plus-1.5-r2.ebuild b/games-emulation/mupen64plus/mupen64plus-1.5-r2.ebuild index 41c78df1ffbe..0ce31eac90e0 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-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.8 2012/05/20 14:55:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus/mupen64plus-1.5-r2.ebuild,v 1.9 2012/05/22 00:04:03 jdhore Exp $ EAPI="2" @@ -16,7 +16,7 @@ SRC_URI="http://mupen64plus.googlecode.com/files/${MY_P}.tar.gz mirror://gentoo/ LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="+gtk libsamplerate lirc qt4 sse" # GTK+ is currently required by plugins even if no GUI support is enabled |