summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2012-05-31 19:31:05 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2012-05-31 19:31:05 +0000
commitb59278d85e9eadb003941c9ba3e7503599c66863 (patch)
treefe83baa88a418a28ca395a186df84f05bf0017bb /games-strategy/ufo-ai/ufo-ai-2.4.ebuild
parentForce latest stable available raptor (and rasqal) in order to remove obsolete... (diff)
downloadhistorical-b59278d85e9eadb003941c9ba3e7503599c66863.tar.gz
historical-b59278d85e9eadb003941c9ba3e7503599c66863.tar.bz2
historical-b59278d85e9eadb003941c9ba3e7503599c66863.zip
tidy
Package-Manager: portage-2.1.10.49/cvs/Linux x86_64
Diffstat (limited to 'games-strategy/ufo-ai/ufo-ai-2.4.ebuild')
-rw-r--r--games-strategy/ufo-ai/ufo-ai-2.4.ebuild10
1 files changed, 3 insertions, 7 deletions
diff --git a/games-strategy/ufo-ai/ufo-ai-2.4.ebuild b/games-strategy/ufo-ai/ufo-ai-2.4.ebuild
index 559a390cacbc..2fd95cea15a6 100644
--- a/games-strategy/ufo-ai/ufo-ai-2.4.ebuild
+++ b/games-strategy/ufo-ai/ufo-ai-2.4.ebuild
@@ -1,9 +1,8 @@
# Copyright 1999-2012 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.4.ebuild,v 1.1 2012/05/01 09:10:28 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.4.ebuild,v 1.2 2012/05/31 19:31:05 mr_bones_ Exp $
EAPI=3
-
inherit eutils flag-o-matic games
MY_P=${P/o-a/oa}
@@ -21,7 +20,7 @@ IUSE="debug dedicated editor"
# Dependencies and more instructions can be found here:
# http://ufoai.ninex.info/wiki/index.php/Compile_for_Linux
-RDEPEND="!dedicated? (
+DEPEND="!dedicated? (
virtual/opengl
virtual/glu
media-libs/libsdl
@@ -45,8 +44,6 @@ RDEPEND="!dedicated? (
x11-libs/gtksourceview:2.0
)"
-DEPEND="${RDEPEND}"
-
S=${WORKDIR}/${MY_P}-source
src_prepare() {
@@ -60,9 +57,8 @@ src_prepare() {
}
src_configure() {
- local myconf
# they are special and provide hand batched configure file
- myconf="
+ local myconf="
--disable-dependency-tracking
$(use_enable !debug release)
$(use_enable editor ufo2map)