summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2009-06-07 12:20:02 +0000
committerTristan Heaven <nyhm@gentoo.org>2009-06-07 12:20:02 +0000
commitc2d89f4c927af14c2afa6945bcaa1398ca011b57 (patch)
tree2b6258cdbfb6bb65f15dfdc674fb7e87fdb32c22
parentVersion bump (diff)
downloadgentoo-2-c2d89f4c927af14c2afa6945bcaa1398ca011b57.tar.gz
gentoo-2-c2d89f4c927af14c2afa6945bcaa1398ca011b57.tar.bz2
gentoo-2-c2d89f4c927af14c2afa6945bcaa1398ca011b57.zip
Don't build with -Werror, bug #273023
(Portage version: 2.2_rc33/cvs/Linux i686)
-rw-r--r--games-strategy/warzone2100/ChangeLog5
-rw-r--r--games-strategy/warzone2100/warzone2100-2.2.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/games-strategy/warzone2100/ChangeLog b/games-strategy/warzone2100/ChangeLog
index 8d1f1e4a70ec..56305cff3035 100644
--- a/games-strategy/warzone2100/ChangeLog
+++ b/games-strategy/warzone2100/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-strategy/warzone2100
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.30 2009/06/03 10:46:03 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.31 2009/06/07 12:20:02 nyhm Exp $
+
+ 07 Jun 2009; Tristan Heaven <nyhm@gentoo.org> warzone2100-2.2.0.ebuild:
+ Don't build with -Werror, bug #273023
*warzone2100-2.2.0 (03 Jun 2009)
diff --git a/games-strategy/warzone2100/warzone2100-2.2.0.ebuild b/games-strategy/warzone2100/warzone2100-2.2.0.ebuild
index 3e61f963775a..b4bf32784b8c 100644
--- a/games-strategy/warzone2100/warzone2100-2.2.0.ebuild
+++ b/games-strategy/warzone2100/warzone2100-2.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.2.0.ebuild,v 1.1 2009/06/03 10:46:03 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.2.0.ebuild,v 1.2 2009/06/07 12:20:02 nyhm Exp $
EAPI=2
inherit versionator games
@@ -46,7 +46,7 @@ src_configure() {
--with-distributor="Gentoo ${PF}" \
--with-icondir=/usr/share/pixmaps \
--with-applicationdir=/usr/share/applications \
- $(use_enable debug) \
+ $(use_enable debug debug relaxed) \
$(use_enable nls)
}