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 | |
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')
-rw-r--r-- | games-sports/foobillard/ChangeLog | 8 | ||||
-rw-r--r-- | games-sports/foobillard/foobillard-3.0a.ebuild | 9 |
2 files changed, 12 insertions, 5 deletions
diff --git a/games-sports/foobillard/ChangeLog b/games-sports/foobillard/ChangeLog index e4c750b32806..8f843d718d4c 100644 --- a/games-sports/foobillard/ChangeLog +++ b/games-sports/foobillard/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-sports/foobillard -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/foobillard/ChangeLog,v 1.9 2004/12/28 23:37:49 ciaranm Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-sports/foobillard/ChangeLog,v 1.10 2006/01/29 08:04:42 joshuabaergen Exp $ + + 29 Jan 2006; Joshua Baergen <joshuabaergen@gentoo.org> + foobillard-3.0a.ebuild: + Add modular X dependencies. 28 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance 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 |