diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2011-12-21 10:12:02 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2011-12-21 10:12:02 +0000 |
commit | 64471df52a5bc2be7fe73d5289f0b17ba3b1cb45 (patch) | |
tree | 5d87a0ec58af5a9c590873ee78d97fffee76efad /games-emulation | |
parent | Cleaned old (diff) | |
download | gentoo-2-64471df52a5bc2be7fe73d5289f0b17ba3b1cb45.tar.gz gentoo-2-64471df52a5bc2be7fe73d5289f0b17ba3b1cb45.tar.bz2 gentoo-2-64471df52a5bc2be7fe73d5289f0b17ba3b1cb45.zip |
Stable for AMD64, wrt bug #395479
(Portage version: 2.1.10.41/cvs/Linux i686)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/snes9x/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/snes9x/snes9x-1.53.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-emulation/snes9x/ChangeLog b/games-emulation/snes9x/ChangeLog index 2a5c0d0aaf53..b5268ee7253f 100644 --- a/games-emulation/snes9x/ChangeLog +++ b/games-emulation/snes9x/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/snes9x # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/snes9x/ChangeLog,v 1.53 2011/10/23 21:14:32 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/snes9x/ChangeLog,v 1.54 2011/12/21 10:12:02 ago Exp $ + + 21 Dec 2011; Agostino Sarubbo <ago@gentoo.org> snes9x-1.53.ebuild: + Stable for AMD64, wrt bug #395479 23 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> snes9x-1.53.ebuild: Remove redudant depend which was used to force 32bit and 64bit libpng match. diff --git a/games-emulation/snes9x/snes9x-1.53.ebuild b/games-emulation/snes9x/snes9x-1.53.ebuild index fc6c634cc60f..dbcf98a1bea0 100644 --- a/games-emulation/snes9x/snes9x-1.53.ebuild +++ b/games-emulation/snes9x/snes9x-1.53.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/snes9x/snes9x-1.53.ebuild,v 1.2 2011/10/23 21:14:32 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/snes9x/snes9x-1.53.ebuild,v 1.3 2011/12/21 10:12:02 ago Exp $ EAPI=2 inherit autotools eutils flag-o-matic multilib gnome2-utils games @@ -11,7 +11,7 @@ SRC_URI="http://snes9x-gtk.googlecode.com/files/${P}-src.tar.bz2" LICENSE="as-is GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 ~x86" IUSE="alsa debug gtk joystick multilib netplay nls opengl oss png pulseaudio portaudio +xv +xrandr zlib" RDEPEND="x11-libs/libX11 |