diff options
author | Naohiro Aota <naota@gentoo.org> | 2012-10-09 11:04:51 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2012-10-09 11:04:51 +0000 |
commit | 7c9c4bc2c2f4f790ffa2299ab2519b24913ffd1a (patch) | |
tree | 8e92a9749b6089ad098827e09fbcf82a54d3bbee /games-emulation | |
parent | Fix description (diff) | |
download | gentoo-2-7c9c4bc2c2f4f790ffa2299ab2519b24913ffd1a.tar.gz gentoo-2-7c9c4bc2c2f4f790ffa2299ab2519b24913ffd1a.tar.bz2 gentoo-2-7c9c4bc2c2f4f790ffa2299ab2519b24913ffd1a.zip |
Add ~x86-fbsd wrt bug #232260
(Portage version: 2.2.0_alpha134/cvs/Linux x86_64)
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 2ac38c090134..4c9c9d46445b 100644 --- a/games-emulation/snes9x/ChangeLog +++ b/games-emulation/snes9x/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/snes9x # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/snes9x/ChangeLog,v 1.58 2012/05/04 04:38:40 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/snes9x/ChangeLog,v 1.59 2012/10/09 11:04:51 naota Exp $ + + 09 Oct 2012; <naota@gentoo.org> snes9x-1.53.ebuild: + Add ~x86-fbsd wrt bug #232260 04 May 2012; Jeff Horelick <jdhore@gentoo.org> snes9x-1.52-r1.ebuild, snes9x-1.53.ebuild: diff --git a/games-emulation/snes9x/snes9x-1.53.ebuild b/games-emulation/snes9x/snes9x-1.53.ebuild index 786140cd8c99..6d7fe6b06141 100644 --- a/games-emulation/snes9x/snes9x-1.53.ebuild +++ b/games-emulation/snes9x/snes9x-1.53.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/snes9x/snes9x-1.53.ebuild,v 1.7 2012/05/04 04:38:40 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/snes9x/snes9x-1.53.ebuild,v 1.8 2012/10/09 11:04:51 naota 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 ~x86-fbsd" IUSE="alsa debug gtk joystick multilib netplay nls opengl oss png pulseaudio portaudio +xv +xrandr zlib" RDEPEND="x11-libs/libX11 |