diff options
author | 2004-04-19 21:38:02 +0000 | |
---|---|---|
committer | 2004-04-19 21:38:02 +0000 | |
commit | 8fe9cf2e2d3ee196023b2ebac7272ee50fadc4d0 (patch) | |
tree | 857a59852c6158046219b589659f2dc17c7bad1c /games-emulation/gnuboy/gnuboy-1.0.3.ebuild | |
parent | alpha manages this (diff) | |
download | gentoo-2-8fe9cf2e2d3ee196023b2ebac7272ee50fadc4d0.tar.gz gentoo-2-8fe9cf2e2d3ee196023b2ebac7272ee50fadc4d0.tar.bz2 gentoo-2-8fe9cf2e2d3ee196023b2ebac7272ee50fadc4d0.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" |