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 | 101393a72d6d73b0b48b22ad39a7fdda1c3c52ce (patch) | |
tree | b6ed95977d3593787809a029f17fa7d8efc4eb81 /games-action | |
parent | Version bumped to 2.5.8 and closing bug #51835. (diff) | |
download | historical-101393a72d6d73b0b48b22ad39a7fdda1c3c52ce.tar.gz historical-101393a72d6d73b0b48b22ad39a7fdda1c3c52ce.tar.bz2 historical-101393a72d6d73b0b48b22ad39a7fdda1c3c52ce.zip |
Adding amd64 KEYWORD and closing bug #51893.
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/koth/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/koth/Manifest | 4 | ||||
-rw-r--r-- | games-action/koth/koth-0.8.0.ebuild | 4 |
3 files changed, 8 insertions, 5 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/Manifest b/games-action/koth/Manifest index 9951c81264a3..056dbf447a3e 100644 --- a/games-action/koth/Manifest +++ b/games-action/koth/Manifest @@ -1,6 +1,6 @@ MD5 780c61c91b9154bff177777b047c4d97 koth-0.7.7.ebuild 751 -MD5 94a379d5121497eebb272b16019f8ac3 koth-0.8.0.ebuild 757 -MD5 84f8e94955c36be2d0b8365460a03931 ChangeLog 1078 +MD5 8730270431b72cd254a880645e7c8f40 koth-0.8.0.ebuild 764 +MD5 3041c0b834e99b9edbd0076626ad7cf6 ChangeLog 1199 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 MD5 74ab215bb3829c3e46c82a7607b6fa55 files/digest-koth-0.7.7 63 MD5 639b4734a76c78db41e4ef7db6587fd1 files/digest-koth-0.8.0 63 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" |