diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-08-13 14:52:59 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-08-13 14:52:59 +0000 |
commit | 89a5832a37a3a341c74bfe68ebe57243fe9949ba (patch) | |
tree | c410fee117d0da8f5e5da898a4785c69a67134b4 /games-strategy | |
parent | old (diff) | |
download | gentoo-2-89a5832a37a3a341c74bfe68ebe57243fe9949ba.tar.gz gentoo-2-89a5832a37a3a341c74bfe68ebe57243fe9949ba.tar.bz2 gentoo-2-89a5832a37a3a341c74bfe68ebe57243fe9949ba.zip |
ufo-ai is sensitive. Added strip-flags for bug #330381
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/ufo-ai/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/ufo-ai/ufo-ai-2.3.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-strategy/ufo-ai/ChangeLog b/games-strategy/ufo-ai/ChangeLog index f5834e6d6f2e..80cca2214ba1 100644 --- a/games-strategy/ufo-ai/ChangeLog +++ b/games-strategy/ufo-ai/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/ufo-ai # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ChangeLog,v 1.26 2010/07/07 21:06:06 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ChangeLog,v 1.27 2010/08/13 14:52:59 mr_bones_ Exp $ + + 13 Aug 2010; Michael Sterrett <mr_bones_@gentoo.org> ufo-ai-2.3.ebuild: + ufo-ai is sensitive. Added strip-flags for bug #330381 *ufo-ai-2.3 (07 Jul 2010) diff --git a/games-strategy/ufo-ai/ufo-ai-2.3.ebuild b/games-strategy/ufo-ai/ufo-ai-2.3.ebuild index eebe0a751a88..5d618fd85721 100644 --- a/games-strategy/ufo-ai/ufo-ai-2.3.ebuild +++ b/games-strategy/ufo-ai/ufo-ai-2.3.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.3.ebuild,v 1.1 2010/07/07 21:06:06 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.3.ebuild,v 1.2 2010/08/13 14:52:59 mr_bones_ Exp $ EAPI=2 -inherit eutils games +inherit eutils flag-o-matic games MY_P="${P/o-a/oa}" @@ -56,6 +56,7 @@ src_prepare() { } src_configure() { + strip-flags # bug #330381 egamesconf \ $(use_enable !debug release) \ $(use_enable editor ufo2map) \ |