diff options
author | Thomas Kahle <tomka@gentoo.org> | 2011-01-05 09:22:06 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2011-01-05 09:22:06 +0000 |
commit | 1c967d6d0e9ba3c3344f821be0a3cd9de3fd6a42 (patch) | |
tree | 8010d65675aa685e586d24885f5141ed1ecc0636 /games-strategy | |
parent | Version bump for beta channel release. Remove broken src_test. (diff) | |
download | gentoo-2-1c967d6d0e9ba3c3344f821be0a3cd9de3fd6a42.tar.gz gentoo-2-1c967d6d0e9ba3c3344f821be0a3cd9de3fd6a42.tar.bz2 gentoo-2-1c967d6d0e9ba3c3344f821be0a3cd9de3fd6a42.zip |
x86 stable per bug 350429
(Portage version: 2.1.9.26/cvs/Linux i686)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/warzone2100/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/warzone2100/warzone2100-2.3.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-strategy/warzone2100/ChangeLog b/games-strategy/warzone2100/ChangeLog index 4ad5cefbe422..aeb189dd25ea 100644 --- a/games-strategy/warzone2100/ChangeLog +++ b/games-strategy/warzone2100/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/warzone2100 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.57 2011/01/04 15:46:00 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.58 2011/01/05 09:22:06 tomka Exp $ + + 05 Jan 2011; Thomas Kahle <tomka@gentoo.org> warzone2100-2.3.6.ebuild: + x86 stable per bug 350429 04 Jan 2011; Markos Chandras <hwoarang@gentoo.org> warzone2100-2.3.6.ebuild: Stable on amd64 wrt bug #350429 diff --git a/games-strategy/warzone2100/warzone2100-2.3.6.ebuild b/games-strategy/warzone2100/warzone2100-2.3.6.ebuild index 7d68569a2670..c94f09fe2ddc 100644 --- a/games-strategy/warzone2100/warzone2100-2.3.6.ebuild +++ b/games-strategy/warzone2100/warzone2100-2.3.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.6.ebuild,v 1.2 2011/01/04 15:46:00 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.6.ebuild,v 1.3 2011/01/05 09:22:06 tomka Exp $ EAPI=2 inherit versionator games @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/warzone2100/${P}.tar.gz LICENSE="GPL-2 CCPL-Attribution-ShareAlike-3.0 public-domain" SLOT="0" -KEYWORDS="amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc x86" # upstream requested debug support IUSE="debug nls videos" |