summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kahle <tomka@gentoo.org>2010-11-09 16:02:01 +0000
committerThomas Kahle <tomka@gentoo.org>2010-11-09 16:02:01 +0000
commitc3610a919b2bc72856d96e202fda487e7b499231 (patch)
tree2130b6775f6e5eda64008b3445d8cf4a1dd8e739 /games-strategy
parentConvert deps to virtual/jpeg. Remove old. (diff)
downloadgentoo-2-c3610a919b2bc72856d96e202fda487e7b499231.tar.gz
gentoo-2-c3610a919b2bc72856d96e202fda487e7b499231.tar.bz2
gentoo-2-c3610a919b2bc72856d96e202fda487e7b499231.zip
Adding missing dep, x86 stable per bug 332343
(Portage version: 2.1.9.24/cvs/Linux i686)
Diffstat (limited to 'games-strategy')
-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 80cca2214ba1..372dd7985ad8 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.27 2010/08/13 14:52:59 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ChangeLog,v 1.28 2010/11/09 16:02:01 tomka Exp $
+
+ 09 Nov 2010; Thomas Kahle <tomka@gentoo.org> ufo-ai-2.3.ebuild:
+ Adding missing dep, x86 stable per bug 332343
13 Aug 2010; Michael Sterrett <mr_bones_@gentoo.org> ufo-ai-2.3.ebuild:
ufo-ai is sensitive. Added strip-flags for bug #330381
diff --git a/games-strategy/ufo-ai/ufo-ai-2.3.ebuild b/games-strategy/ufo-ai/ufo-ai-2.3.ebuild
index 5d618fd85721..14bffe296eba 100644
--- a/games-strategy/ufo-ai/ufo-ai-2.3.ebuild
+++ b/games-strategy/ufo-ai/ufo-ai-2.3.ebuild
@@ -1,6 +1,6 @@
# 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.2 2010/08/13 14:52:59 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.3.ebuild,v 1.3 2010/11/09 16:02:01 tomka Exp $
EAPI=2
inherit eutils flag-o-matic games
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/ufoai/${MY_P}-source.tar.bz2
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
IUSE="debug dedicated doc editor"
# Dependencies and more instructions can be found here:
@@ -38,6 +38,7 @@ RDEPEND="!dedicated? (
editor? (
dev-libs/libxml2
media-libs/jpeg
+ media-libs/openal
x11-libs/gtkglext
x11-libs/gtksourceview
)"