diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-03-31 12:35:42 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-03-31 12:35:42 +0000 |
commit | f4568dbe6b66b33e4e4f93ed64f0b977c171aa7f (patch) | |
tree | bc7c037702448e3727180ee37d46baa2c111eb44 /games-emulation/gnuboy | |
parent | Closing #46276. (Manifest recommit) (diff) | |
download | gentoo-2-f4568dbe6b66b33e4e4f93ed64f0b977c171aa7f.tar.gz gentoo-2-f4568dbe6b66b33e4e4f93ed64f0b977c171aa7f.tar.bz2 gentoo-2-f4568dbe6b66b33e4e4f93ed64f0b977c171aa7f.zip |
Closing #46276.
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 | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/games-emulation/gnuboy/ChangeLog b/games-emulation/gnuboy/ChangeLog index 39b6b59e1611..4cf17a088837 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 + 31 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> gnuboy-1.0.3.ebuild: + Adding amd64 keyword. Closing #46276. + 02 Mar 2004; David Holm <dholm@gentoo.org> gnuboy-1.0.3.ebuild: Added to ~ppc. diff --git a/games-emulation/gnuboy/gnuboy-1.0.3.ebuild b/games-emulation/gnuboy/gnuboy-1.0.3.ebuild index beb1340c1dc3..aa64b633054c 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.4 2004/03/10 17:32:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/gnuboy/gnuboy-1.0.3.ebuild,v 1.5 2004/03/31 12:35:13 aliz Exp $ DESCRIPTION="Gameboy emulator with multiple renderers" HOMEPAGE="http://gnuboy.unix-fu.org/" @@ -8,7 +8,7 @@ SRC_URI="http://gnuboy.unix-fu.org/src/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc" +KEYWORDS="x86 ppc ~amd64" RDEPEND="media-libs/libsdl" |