diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-09-17 10:14:04 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-09-17 10:14:04 +0000 |
commit | 8d2f420fffcce3e97f4eea295ec2d6fe7ee35aa3 (patch) | |
tree | 248ef8dfb2cde5cbce7a9aa8355af47469c492ac /games-strategy | |
parent | Honour Gentoo LDFLAGS, see bug #337726. (diff) | |
download | gentoo-2-8d2f420fffcce3e97f4eea295ec2d6fe7ee35aa3.tar.gz gentoo-2-8d2f420fffcce3e97f4eea295ec2d6fe7ee35aa3.tar.bz2 gentoo-2-8d2f420fffcce3e97f4eea295ec2d6fe7ee35aa3.zip |
stable x86, bug 337318
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/warzone2100/ChangeLog | 6 | ||||
-rw-r--r-- | games-strategy/warzone2100/warzone2100-2.3.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-strategy/warzone2100/ChangeLog b/games-strategy/warzone2100/ChangeLog index 90b236c0719c..59f55f06ca58 100644 --- a/games-strategy/warzone2100/ChangeLog +++ b/games-strategy/warzone2100/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/warzone2100 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.49 2010/08/15 11:17:11 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.50 2010/09/17 10:14:04 fauli Exp $ + + 17 Sep 2010; Christian Faulhammer <fauli@gentoo.org> + warzone2100-2.3.4.ebuild: + stable x86, bug 337318 *warzone2100-2.3.4 (15 Aug 2010) diff --git a/games-strategy/warzone2100/warzone2100-2.3.4.ebuild b/games-strategy/warzone2100/warzone2100-2.3.4.ebuild index 80ecdb272d08..7087e5f93d2c 100644 --- a/games-strategy/warzone2100/warzone2100-2.3.4.ebuild +++ b/games-strategy/warzone2100/warzone2100-2.3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.4.ebuild,v 1.1 2010/08/15 11:17:11 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.4.ebuild,v 1.2 2010/09/17 10:14:04 fauli 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" |