diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2007-02-24 01:20:00 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2007-02-24 01:20:00 +0000 |
commit | 0019bdfec45c4c257f07c3f0add3878c0092c3f4 (patch) | |
tree | 0617b1d714146f7e432c95ed15258ce4d6062d4c /games-sports | |
parent | fixed ChangeLog (diff) | |
download | gentoo-2-0019bdfec45c4c257f07c3f0add3878c0092c3f4.tar.gz gentoo-2-0019bdfec45c4c257f07c3f0add3878c0092c3f4.tar.bz2 gentoo-2-0019bdfec45c4c257f07c3f0add3878c0092c3f4.zip |
Fix dependencies, bug #168179
(Portage version: 2.1.2-r10)
Diffstat (limited to 'games-sports')
-rw-r--r-- | games-sports/foobillard/ChangeLog | 7 | ||||
-rw-r--r-- | games-sports/foobillard/foobillard-3.0a.ebuild | 20 |
2 files changed, 12 insertions, 15 deletions
diff --git a/games-sports/foobillard/ChangeLog b/games-sports/foobillard/ChangeLog index 2c1051e782b8..3c3486b41d14 100644 --- a/games-sports/foobillard/ChangeLog +++ b/games-sports/foobillard/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-sports/foobillard -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/foobillard/ChangeLog,v 1.13 2006/10/12 22:53:22 flameeyes Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-sports/foobillard/ChangeLog,v 1.14 2007/02/24 01:20:00 nyhm Exp $ + + 24 Feb 2007; Tristan Heaven <nyhm@gentoo.org> foobillard-3.0a.ebuild: + Fix dependencies, bug #168179 12 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> foobillard-3.0a.ebuild: Force latest versions of autotools. diff --git a/games-sports/foobillard/foobillard-3.0a.ebuild b/games-sports/foobillard/foobillard-3.0a.ebuild index aef6b84dab99..b57fa63176ee 100644 --- a/games-sports/foobillard/foobillard-3.0a.ebuild +++ b/games-sports/foobillard/foobillard-3.0a.ebuild @@ -1,9 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/foobillard/foobillard-3.0a.ebuild,v 1.10 2006/10/12 22:53:22 flameeyes Exp $ - -WANT_AUTOCONF="latest" -WANT_AUTOMAKE="latest" +# $Header: /var/cvsroot/gentoo-x86/games-sports/foobillard/foobillard-3.0a.ebuild,v 1.11 2007/02/24 01:20:00 nyhm Exp $ inherit eutils autotools games @@ -19,16 +16,13 @@ IUSE="sdl" RDEPEND="x11-libs/libXaw x11-libs/libXi virtual/opengl + virtual/glu >=media-libs/freetype-2.0.9 - >=media-libs/libpng-1.2.1 - || ( - sdl? ( media-libs/libsdl ) - ( - virtual/glu - virtual/glut ) - )" + media-libs/libpng + sdl? ( media-libs/libsdl ) + !sdl? ( virtual/glut )" DEPEND="${RDEPEND} - app-admin/eselect" + app-admin/eselect-opengl" src_unpack() { unpack ${A} |