diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-09-20 20:47:11 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-09-20 20:47:11 +0000 |
commit | d585ffd0ea5a449924ad7560dc0191b23718b5ad (patch) | |
tree | 9da07e10200901e191a705b0b9f2e13d918b16cf /games-strategy | |
parent | Do away with the entire Makefile. Keep upstream -Wall. Respect LDFLAGS (bug #... (diff) | |
download | gentoo-2-d585ffd0ea5a449924ad7560dc0191b23718b5ad.tar.gz gentoo-2-d585ffd0ea5a449924ad7560dc0191b23718b5ad.tar.bz2 gentoo-2-d585ffd0ea5a449924ad7560dc0191b23718b5ad.zip |
Stable on amd64 wrt bug #337318
(Portage version: 2.2_rc83/cvs/Linux x86_64)
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 59f55f06ca58..7fff05523c97 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.50 2010/09/17 10:14:04 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.51 2010/09/20 20:47:11 hwoarang Exp $ + + 20 Sep 2010; Markos Chandras <hwoarang@gentoo.org> + warzone2100-2.3.4.ebuild: + Stable on amd64 wrt bug #337318 17 Sep 2010; Christian Faulhammer <fauli@gentoo.org> warzone2100-2.3.4.ebuild: diff --git a/games-strategy/warzone2100/warzone2100-2.3.4.ebuild b/games-strategy/warzone2100/warzone2100-2.3.4.ebuild index 7087e5f93d2c..4086bab181ad 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.2 2010/09/17 10:14:04 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.4.ebuild,v 1.3 2010/09/20 20:47:11 hwoarang 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" |