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 | 8fe9cf2e2d3ee196023b2ebac7272ee50fadc4d0 (patch) | |
tree | 857a59852c6158046219b589659f2dc17c7bad1c /games-emulation/gnuboy | |
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')
-rw-r--r-- | games-emulation/gnuboy/ChangeLog | 3 | ||||
-rw-r--r-- | games-emulation/gnuboy/gnuboy-1.0.3.ebuild | 5 |
2 files changed, 6 insertions, 2 deletions
diff --git a/games-emulation/gnuboy/ChangeLog b/games-emulation/gnuboy/ChangeLog index 4cf17a088837..a348e53b5030 100644 --- a/games-emulation/gnuboy/ChangeLog +++ b/games-emulation/gnuboy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/gnuboy # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 + 19 Apr 2004; Chris Gianelloni <wolf31o2@gentoo.org> gnuboy-1.0.3.ebuild: + Added IUSE and marking stable on amd64 (no bugs in 415 days). + 31 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> gnuboy-1.0.3.ebuild: Adding amd64 keyword. Closing #46276. 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" |