diff options
Diffstat (limited to 'gnustep-apps/gmines/gmines-0.1-r1.ebuild')
-rw-r--r-- | gnustep-apps/gmines/gmines-0.1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnustep-apps/gmines/gmines-0.1-r1.ebuild b/gnustep-apps/gmines/gmines-0.1-r1.ebuild index 173e03714aeb..a30693fc2f7c 100644 --- a/gnustep-apps/gmines/gmines-0.1-r1.ebuild +++ b/gnustep-apps/gmines/gmines-0.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gmines/gmines-0.1-r1.ebuild,v 1.2 2005/08/25 18:57:12 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gmines/gmines-0.1-r1.ebuild,v 1.3 2007/08/18 15:18:58 angelos Exp $ inherit gnustep @@ -9,7 +9,7 @@ S=${WORKDIR}/${PN/gm/GM} DESCRIPTION="The well-known minesweeper game." HOMEPAGE="http://www.gnustep.it/marko/GMines/index.html" SRC_URI="http://www.gnustep.it/marko/GMines/${PN/gm/GM}.tgz" -KEYWORDS="~x86 ~ppc" +KEYWORDS="~amd64 ~ppc ~x86" SLOT="0" LICENSE="GPL-2" |