diff options
Diffstat (limited to 'games-strategy/warzone2100')
-rw-r--r-- | games-strategy/warzone2100/ChangeLog | 6 | ||||
-rw-r--r-- | games-strategy/warzone2100/warzone2100-2.3.8.ebuild | 3 |
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 \ |