diff options
author | Kristopher Kersey <augustus@gentoo.org> | 2004-03-08 17:40:33 +0000 |
---|---|---|
committer | Kristopher Kersey <augustus@gentoo.org> | 2004-03-08 17:40:33 +0000 |
commit | 15762e9965dbf2be929d69073226532178ebd13b (patch) | |
tree | 8ce55caae5f78b333c4b3d91ad551b5abfe2333c /app-sci/gturing | |
parent | Added missing file. Closing bug #43990. (Manifest recommit) (diff) | |
download | gentoo-2-15762e9965dbf2be929d69073226532178ebd13b.tar.gz gentoo-2-15762e9965dbf2be929d69073226532178ebd13b.tar.bz2 gentoo-2-15762e9965dbf2be929d69073226532178ebd13b.zip |
Added ~amd64 keyword.
Diffstat (limited to 'app-sci/gturing')
-rw-r--r-- | app-sci/gturing/ChangeLog | 7 | ||||
-rw-r--r-- | app-sci/gturing/gturing-0.1.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-sci/gturing/ChangeLog b/app-sci/gturing/ChangeLog index f68a3bb1be05..2c026e38b64c 100644 --- a/app-sci/gturing/ChangeLog +++ b/app-sci/gturing/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-sci/gturing -# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/gturing/ChangeLog,v 1.1 2002/12/18 13:11:44 hanno Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/gturing/ChangeLog,v 1.2 2004/03/08 17:40:33 augustus Exp $ + + 08 Mar 2004; <augustus@gentoo.org> gturing-0.1.1.ebuild: + Added ~amd64 keyword. *gturing-0.1.1 (18 Dec 2002) diff --git a/app-sci/gturing/gturing-0.1.1.ebuild b/app-sci/gturing/gturing-0.1.1.ebuild index b5d603c40ccb..bc115d50934f 100644 --- a/app-sci/gturing/gturing-0.1.1.ebuild +++ b/app-sci/gturing/gturing-0.1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/gturing/gturing-0.1.1.ebuild,v 1.4 2003/07/02 12:33:39 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/gturing/gturing-0.1.1.ebuild,v 1.5 2004/03/08 17:40:33 augustus Exp $ DESCRIPTION="GNOME turing machine simulator for" HOMEPAGE="http://www.nuclecu.unam.mx/~arturo/gTuring/" @@ -8,7 +8,7 @@ SRC_URI="mirror://gnome/sources/gturing/0.1/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 ~amd64" IUSE="" DEPEND=">=gnome-base/libgnomeui-2.0.0" |