diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-05-31 19:31:05 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-05-31 19:31:05 +0000 |
commit | aa65d706a8c55a7102c5f7d2157489f320030206 (patch) | |
tree | f5572fe89934e720b7ee419aa6133bf85602012f /games-strategy/ufo-ai | |
parent | Force latest stable available raptor (and rasqal) in order to remove obsolete... (diff) | |
download | gentoo-2-aa65d706a8c55a7102c5f7d2157489f320030206.tar.gz gentoo-2-aa65d706a8c55a7102c5f7d2157489f320030206.tar.bz2 gentoo-2-aa65d706a8c55a7102c5f7d2157489f320030206.zip |
tidy
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'games-strategy/ufo-ai')
-rw-r--r-- | games-strategy/ufo-ai/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/ufo-ai/ufo-ai-2.4.ebuild | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/games-strategy/ufo-ai/ChangeLog b/games-strategy/ufo-ai/ChangeLog index 53f9fb0a905b..74a0d69c9b9c 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ChangeLog,v 1.37 2012/05/01 09:10:28 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ChangeLog,v 1.38 2012/05/31 19:31:05 mr_bones_ Exp $ + + 31 May 2012; Michael Sterrett <mr_bones_@gentoo.org> ufo-ai-2.4.ebuild: + tidy *ufo-ai-2.4 (01 May 2012) 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) |