diff options
Diffstat (limited to 'games-puzzle/gnudoku/gnudoku-0.9.ebuild')
-rw-r--r-- | games-puzzle/gnudoku/gnudoku-0.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-puzzle/gnudoku/gnudoku-0.9.ebuild b/games-puzzle/gnudoku/gnudoku-0.9.ebuild index 9497189350d2..41e859423460 100644 --- a/games-puzzle/gnudoku/gnudoku-0.9.ebuild +++ b/games-puzzle/gnudoku/gnudoku-0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gnudoku/gnudoku-0.9.ebuild,v 1.2 2005/06/28 07:46:21 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gnudoku/gnudoku-0.9.ebuild,v 1.3 2005/07/12 03:23:17 vapier Exp $ inherit eutils games @@ -12,7 +12,7 @@ SRC_URI="http://www.icculus.org/~jcspray/GNUDoku/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="" DEPEND=">=dev-cpp/gtkmm-2.6" |