diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-01-29 08:04:42 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-01-29 08:04:42 +0000 |
commit | e502f9eae730e7c1c0b173bcac9e3d39702a7686 (patch) | |
tree | 43c8735dfb108428531b8133e10a705e2e0edf8f /games-sports/foobillard/foobillard-3.0a.ebuild | |
parent | Modular-X fixes. (diff) | |
download | historical-e502f9eae730e7c1c0b173bcac9e3d39702a7686.tar.gz historical-e502f9eae730e7c1c0b173bcac9e3d39702a7686.tar.bz2 historical-e502f9eae730e7c1c0b173bcac9e3d39702a7686.zip |
Fix this category's dependencies to work with modular X.
Package-Manager: portage-2.1_pre4
Diffstat (limited to 'games-sports/foobillard/foobillard-3.0a.ebuild')
-rw-r--r-- | games-sports/foobillard/foobillard-3.0a.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/games-sports/foobillard/foobillard-3.0a.ebuild b/games-sports/foobillard/foobillard-3.0a.ebuild index 7b345174fe99..69b160722da6 100644 --- a/games-sports/foobillard/foobillard-3.0a.ebuild +++ b/games-sports/foobillard/foobillard-3.0a.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 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.6 2005/01/05 02:48:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/foobillard/foobillard-3.0a.ebuild,v 1.7 2006/01/29 08:04:42 joshuabaergen Exp $ inherit eutils games @@ -13,7 +13,10 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="sdl" -DEPEND="virtual/x11 +DEPEND="|| ( ( x11-libs/libXaw + x11-libs/libXi ) + virtual/x11 + ) virtual/opengl >=media-libs/freetype-2.0.9 >=media-libs/libpng-1.2.1 |