summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games-strategy/ufo-ai/ChangeLog5
-rw-r--r--games-strategy/ufo-ai/ufo-ai-2.3.ebuild5
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) \