diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-01-29 00:00:28 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-01-29 00:00:28 +0000 |
commit | a2ef0c02d047a3fd68c424561dc30d56ed2931bb (patch) | |
tree | 134766ef1ef5731e2879a7e2e2c3af357aa3534b /games-arcade/xbubble | |
parent | Version bump. (diff) | |
download | historical-a2ef0c02d047a3fd68c424561dc30d56ed2931bb.tar.gz historical-a2ef0c02d047a3fd68c424561dc30d56ed2931bb.tar.bz2 historical-a2ef0c02d047a3fd68c424561dc30d56ed2931bb.zip |
Fix this category's dependencies to work with modular X.
Package-Manager: portage-2.1_pre4
Diffstat (limited to 'games-arcade/xbubble')
-rw-r--r-- | games-arcade/xbubble/ChangeLog | 8 | ||||
-rw-r--r-- | games-arcade/xbubble/xbubble-0.5.8.ebuild | 8 |
2 files changed, 11 insertions, 5 deletions
diff --git a/games-arcade/xbubble/ChangeLog b/games-arcade/xbubble/ChangeLog index f18cdd9c97d1..841ff98b2998 100644 --- a/games-arcade/xbubble/ChangeLog +++ b/games-arcade/xbubble/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-arcade/xbubble -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/xbubble/ChangeLog,v 1.5 2005/09/26 17:39:55 wolf31o2 Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/xbubble/ChangeLog,v 1.6 2006/01/29 00:00:28 joshuabaergen Exp $ + + 28 Jan 2006; Joshua Baergen <joshuabaergen@gentoo.org> + xbubble-0.5.8.ebuild: + Add modular X dependencies. 26 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org> xbubble-0.5.8.ebuild: Making games last on inherit line. diff --git a/games-arcade/xbubble/xbubble-0.5.8.ebuild b/games-arcade/xbubble/xbubble-0.5.8.ebuild index c10eff5e4d6f..0809600bf684 100644 --- a/games-arcade/xbubble/xbubble-0.5.8.ebuild +++ b/games-arcade/xbubble/xbubble-0.5.8.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-arcade/xbubble/xbubble-0.5.8.ebuild,v 1.7 2005/09/26 17:39:55 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/xbubble/xbubble-0.5.8.ebuild,v 1.8 2006/01/29 00:00:28 joshuabaergen Exp $ inherit eutils games @@ -13,8 +13,10 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="nls" -DEPEND="virtual/x11 +RDEPEND="|| ( x11-libs/libX11 virtual/x11 ) media-libs/libpng" +DEPEND="${RDEPEND} + || ( x11-libs/libXt virtual/x11 )" src_unpack() { unpack ${A} |