summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2011-05-24 15:25:40 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2011-05-24 15:25:40 +0000
commitcc92cef593201996b12891ceb0abb3b2d4c32642 (patch)
tree29d95987a593fec907efe50191575be00c457bd6 /games-strategy/warzone2100
parentMarking pybugz-0.9.2 ppc for bug 365377 (diff)
downloadgentoo-2-cc92cef593201996b12891ceb0abb3b2d4c32642.tar.gz
gentoo-2-cc92cef593201996b12891ceb0abb3b2d4c32642.tar.bz2
gentoo-2-cc92cef593201996b12891ceb0abb3b2d4c32642.zip
make sure motif isn't used (bug #368571)
(Portage version: 2.1.9.42/cvs/Linux i686)
Diffstat (limited to 'games-strategy/warzone2100')
-rw-r--r--games-strategy/warzone2100/ChangeLog6
-rw-r--r--games-strategy/warzone2100/warzone2100-2.3.8.ebuild3
2 files changed, 7 insertions, 2 deletions
diff --git a/games-strategy/warzone2100/ChangeLog b/games-strategy/warzone2100/ChangeLog
index 2f8407c40870..c0e06b307a1b 100644
--- a/games-strategy/warzone2100/ChangeLog
+++ b/games-strategy/warzone2100/ChangeLog
@@ -1,6 +1,10 @@
# 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.64 2011/05/22 07:50:14 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.65 2011/05/24 15:25:40 mr_bones_ Exp $
+
+ 24 May 2011; Michael Sterrett <mr_bones_@gentoo.org>
+ warzone2100-2.3.8.ebuild:
+ make sure motif isn't used (bug #368571)
*warzone2100-2.3.8 (22 May 2011)
diff --git a/games-strategy/warzone2100/warzone2100-2.3.8.ebuild b/games-strategy/warzone2100/warzone2100-2.3.8.ebuild
index a6889457bcb6..ca2b8ece13a9 100644
--- a/games-strategy/warzone2100/warzone2100-2.3.8.ebuild
+++ b/games-strategy/warzone2100/warzone2100-2.3.8.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.8.ebuild,v 1.1 2011/05/22 07:50:14 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.8.ebuild,v 1.2 2011/05/24 15:25:40 mr_bones_ Exp $
EAPI=2
inherit autotools versionator games
@@ -46,6 +46,7 @@ src_prepare() {
src_configure() {
egamesconf \
+ --disable-motif \
--disable-dependency-tracking \
--docdir=/usr/share/doc/${PF} \
--localedir=/usr/share/locale \