From c3610a919b2bc72856d96e202fda487e7b499231 Mon Sep 17 00:00:00 2001 From: Thomas Kahle Date: Tue, 9 Nov 2010 16:02:01 +0000 Subject: Adding missing dep, x86 stable per bug 332343 (Portage version: 2.1.9.24/cvs/Linux i686) --- games-strategy/ufo-ai/ChangeLog | 5 ++++- games-strategy/ufo-ai/ufo-ai-2.3.ebuild | 5 +++-- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'games-strategy') 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 ufo-ai-2.3.ebuild: + Adding missing dep, x86 stable per bug 332343 13 Aug 2010; Michael Sterrett 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 )" -- cgit v1.2.3-65-gdbad