diff options
author | Markus Meier <maekke@gentoo.org> | 2009-10-25 15:26:20 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-10-25 15:26:20 +0000 |
commit | ec9385c5c482c95fa3388a5670649e94d4ebdbfa (patch) | |
tree | 4374d162326ef31979ff786e332e7f77a91f3af0 /games-strategy | |
parent | amd64/x86 stable, bug #288829 (diff) | |
download | gentoo-2-ec9385c5c482c95fa3388a5670649e94d4ebdbfa.tar.gz gentoo-2-ec9385c5c482c95fa3388a5670649e94d4ebdbfa.tar.bz2 gentoo-2-ec9385c5c482c95fa3388a5670649e94d4ebdbfa.zip |
amd64/x86 stable, bug #288891
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/xbattleai/ChangeLog | 7 | ||||
-rw-r--r-- | games-strategy/xbattleai/xbattleai-1.2.2-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-strategy/xbattleai/ChangeLog b/games-strategy/xbattleai/ChangeLog index 570e1e389120..8cb621b58fbf 100644 --- a/games-strategy/xbattleai/ChangeLog +++ b/games-strategy/xbattleai/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/xbattleai -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/xbattleai/ChangeLog,v 1.3 2006/11/12 16:18:21 nyhm Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/xbattleai/ChangeLog,v 1.4 2009/10/25 15:26:20 maekke Exp $ + + 25 Oct 2009; Markus Meier <maekke@gentoo.org> xbattleai-1.2.2-r1.ebuild: + amd64/x86 stable, bug #288891 *xbattleai-1.2.2-r1 (12 Nov 2006) diff --git a/games-strategy/xbattleai/xbattleai-1.2.2-r1.ebuild b/games-strategy/xbattleai/xbattleai-1.2.2-r1.ebuild index 04f98f8a989c..d9392354f8a7 100644 --- a/games-strategy/xbattleai/xbattleai-1.2.2-r1.ebuild +++ b/games-strategy/xbattleai/xbattleai-1.2.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/xbattleai/xbattleai-1.2.2-r1.ebuild,v 1.2 2009/07/09 15:42:28 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/xbattleai/xbattleai-1.2.2-r1.ebuild,v 1.3 2009/10/25 15:26:20 maekke Exp $ EAPI=2 inherit eutils games @@ -11,7 +11,7 @@ SRC_URI="http://www.lysator.liu.se/~mbrx/XBattleAI/${P}.tgz" LICENSE="xbattle" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" # Since this uses similar code and the same binary name as the original XBattle, |