diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2011-03-23 16:48:32 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2011-03-23 16:48:32 +0000 |
commit | 1f53ae1da6b72bd34ece4a4c147ea4c2f76685d1 (patch) | |
tree | e6ef095bd1a484f2850347b1f692ece52b1394c1 /games-strategy/ufo-ai | |
parent | Version bump. (diff) | |
download | gentoo-2-1f53ae1da6b72bd34ece4a4c147ea4c2f76685d1.tar.gz gentoo-2-1f53ae1da6b72bd34ece4a4c147ea4c2f76685d1.tar.bz2 gentoo-2-1f53ae1da6b72bd34ece4a4c147ea4c2f76685d1.zip |
Fix slot-deps on gnome libs.
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'games-strategy/ufo-ai')
-rw-r--r-- | games-strategy/ufo-ai/ChangeLog | 6 | ||||
-rw-r--r-- | games-strategy/ufo-ai/ufo-ai-2.3.1-r1.ebuild | 6 | ||||
-rw-r--r-- | games-strategy/ufo-ai/ufo-ai-2.3.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/games-strategy/ufo-ai/ChangeLog b/games-strategy/ufo-ai/ChangeLog index 86ca3367f167..d0947578b710 100644 --- a/games-strategy/ufo-ai/ChangeLog +++ b/games-strategy/ufo-ai/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/ufo-ai # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ChangeLog,v 1.32 2011/02/26 16:35:39 signals Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ChangeLog,v 1.33 2011/03/23 16:48:32 eva Exp $ + + 23 Mar 2011; Gilles Dartiguelongue <eva@gentoo.org> ufo-ai-2.3.ebuild, + ufo-ai-2.3.1-r1.ebuild: + Fix slot-deps on gnome libs. 26 Feb 2011; Kevin McCarthy <signals@gentoo.org> ufo-ai-2.3.ebuild, ufo-ai-2.3.1-r1.ebuild: diff --git a/games-strategy/ufo-ai/ufo-ai-2.3.1-r1.ebuild b/games-strategy/ufo-ai/ufo-ai-2.3.1-r1.ebuild index 5e4705be696f..edaeec194338 100644 --- a/games-strategy/ufo-ai/ufo-ai-2.3.1-r1.ebuild +++ b/games-strategy/ufo-ai/ufo-ai-2.3.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.1-r1.ebuild,v 1.3 2011/02/26 16:35:39 signals Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.3.1-r1.ebuild,v 1.4 2011/03/23 16:48:32 eva Exp $ EAPI=2 inherit eutils flag-o-matic games @@ -37,11 +37,11 @@ RDEPEND="!dedicated? ( sys-devel/gettext sys-libs/zlib editor? ( - dev-libs/libxml2 + dev-libs/libxml2:2 virtual/jpeg media-libs/openal x11-libs/gtkglext - x11-libs/gtksourceview + x11-libs/gtksourceview:2.0 )" DEPEND="${RDEPEND} diff --git a/games-strategy/ufo-ai/ufo-ai-2.3.ebuild b/games-strategy/ufo-ai/ufo-ai-2.3.ebuild index fa302bca0f6c..edf630239826 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-2011 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.4 2011/02/26 16:35:39 signals Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.3.ebuild,v 1.5 2011/03/23 16:48:32 eva Exp $ EAPI=2 inherit eutils flag-o-matic games @@ -36,11 +36,11 @@ RDEPEND="!dedicated? ( sys-devel/gettext sys-libs/zlib editor? ( - dev-libs/libxml2 + dev-libs/libxml2:2 virtual/jpeg media-libs/openal x11-libs/gtkglext - x11-libs/gtksourceview + x11-libs/gtksourceview:2.0 )" DEPEND="${RDEPEND} |