diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-04-19 21:38:02 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-04-19 21:38:02 +0000 |
commit | 89e08046542984a88ea66e41668169467de76dfc (patch) | |
tree | 2b509e38b2e037226f00d364ce2f47bb31db5788 /games-emulation/gnuboy/gnuboy-1.0.3.ebuild | |
parent | alpha manages this (diff) | |
download | historical-89e08046542984a88ea66e41668169467de76dfc.tar.gz historical-89e08046542984a88ea66e41668169467de76dfc.tar.bz2 historical-89e08046542984a88ea66e41668169467de76dfc.zip |
"Added IUSE and marking stable on amd64 (no bugs in 415 days).
Diffstat (limited to 'games-emulation/gnuboy/gnuboy-1.0.3.ebuild')
-rw-r--r-- | games-emulation/gnuboy/gnuboy-1.0.3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-emulation/gnuboy/gnuboy-1.0.3.ebuild b/games-emulation/gnuboy/gnuboy-1.0.3.ebuild index aa64b633054c..690913a2384b 100644 --- a/games-emulation/gnuboy/gnuboy-1.0.3.ebuild +++ b/games-emulation/gnuboy/gnuboy-1.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/gnuboy/gnuboy-1.0.3.ebuild,v 1.5 2004/03/31 12:35:13 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/gnuboy/gnuboy-1.0.3.ebuild,v 1.6 2004/04/19 21:38:02 wolf31o2 Exp $ DESCRIPTION="Gameboy emulator with multiple renderers" HOMEPAGE="http://gnuboy.unix-fu.org/" @@ -8,7 +8,8 @@ SRC_URI="http://gnuboy.unix-fu.org/src/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc ~amd64" +KEYWORDS="x86 ppc amd64" +IUSE="" RDEPEND="media-libs/libsdl" |