diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-05-24 12:21:22 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-05-24 12:21:22 +0000 |
commit | 237eff55d476b23d07d4421775bf2219ba50db54 (patch) | |
tree | 40da9456a66cdd8abcb7df17e12572bdb8bf7f6f /games-action/koth | |
parent | Version bumped to 2.5.8 and closing bug #51835. (Manifest recommit) (diff) | |
download | gentoo-2-237eff55d476b23d07d4421775bf2219ba50db54.tar.gz gentoo-2-237eff55d476b23d07d4421775bf2219ba50db54.tar.bz2 gentoo-2-237eff55d476b23d07d4421775bf2219ba50db54.zip |
Adding amd64 KEYWORD and closing bug #51893.
Diffstat (limited to 'games-action/koth')
-rw-r--r-- | games-action/koth/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/koth/koth-0.8.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-action/koth/ChangeLog b/games-action/koth/ChangeLog index 48fcbe8d3b04..5ed93d5580b0 100644 --- a/games-action/koth/ChangeLog +++ b/games-action/koth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/koth # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/koth/ChangeLog,v 1.4 2004/04/29 20:00:05 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/koth/ChangeLog,v 1.5 2004/05/24 12:21:22 wolf31o2 Exp $ + + 24 May 2004; Chris Gianelloni <wolf31o2@gentoo.org> koth-0.8.0.ebuild: + Adding amd64 KEYWORD and closing bug #51893. 29 Apr 2004; Aron Griffis <agriffis@gentoo.org> koth-0.8.0.ebuild: Add ~alpha diff --git a/games-action/koth/koth-0.8.0.ebuild b/games-action/koth/koth-0.8.0.ebuild index 7c14fc05fa40..c0a288731e20 100644 --- a/games-action/koth/koth-0.8.0.ebuild +++ b/games-action/koth/koth-0.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. and Arcady Genkin <agenkin@thpoon.com> # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/koth/koth-0.8.0.ebuild,v 1.5 2004/04/29 20:00:05 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/koth/koth-0.8.0.ebuild,v 1.6 2004/05/24 12:21:22 wolf31o2 Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://savannah.nongnu.org/download/${PN}/default.pkg/${PV}/${P}.tar.bz LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~alpha" +KEYWORDS="x86 ~alpha ~amd64" IUSE="" DEPEND="media-libs/libggi" |