diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2011-12-22 14:43:45 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2011-12-22 14:43:45 +0000 |
commit | f2ceebf62a1c6b317b3d7ff526f3fc28e74d34ff (patch) | |
tree | fffa3ffa638a993ee96aee95808b87c66eb0357c /games-strategy | |
parent | Stable for AMD64, wrt bug #395657 (diff) | |
download | gentoo-2-f2ceebf62a1c6b317b3d7ff526f3fc28e74d34ff.tar.gz gentoo-2-f2ceebf62a1c6b317b3d7ff526f3fc28e74d34ff.tar.bz2 gentoo-2-f2ceebf62a1c6b317b3d7ff526f3fc28e74d34ff.zip |
Stable for AMD64, wrt bug #395447
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/warzone2100/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/warzone2100/warzone2100-2.3.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-strategy/warzone2100/ChangeLog b/games-strategy/warzone2100/ChangeLog index a4157f35da1c..b57b0f29727b 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.69 2011/11/16 02:17:23 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.70 2011/12/22 14:43:45 ago Exp $ + + 22 Dec 2011; Agostino Sarubbo <ago@gentoo.org> warzone2100-2.3.9.ebuild: + Stable for AMD64, wrt bug #395447 16 Nov 2011; Michael Sterrett <mr_bones_@gentoo.org> warzone2100-2.3.9.ebuild: diff --git a/games-strategy/warzone2100/warzone2100-2.3.9.ebuild b/games-strategy/warzone2100/warzone2100-2.3.9.ebuild index 74dde75d6763..87f8aed69038 100644 --- a/games-strategy/warzone2100/warzone2100-2.3.9.ebuild +++ b/games-strategy/warzone2100/warzone2100-2.3.9.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.9.ebuild,v 1.2 2011/11/16 02:17:23 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.9.ebuild,v 1.3 2011/12/22 14:43:45 ago Exp $ EAPI=2 inherit autotools 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" |