diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 17:18:10 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 17:18:10 +0000 |
commit | 7bdb2c8787daa035316382242590a8094c5f53b5 (patch) | |
tree | a81af1c7366877ca7ace9a0cc574c66a0ca556f9 /x11-misc/xfishtank/xfishtank-2.1.ebuild | |
parent | Added ~ppc to keywords; bug #111889. (diff) | |
download | historical-7bdb2c8787daa035316382242590a8094c5f53b5.tar.gz historical-7bdb2c8787daa035316382242590a8094c5f53b5.tar.bz2 historical-7bdb2c8787daa035316382242590a8094c5f53b5.zip |
Fixed DEPEND for modular X.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'x11-misc/xfishtank/xfishtank-2.1.ebuild')
-rw-r--r-- | x11-misc/xfishtank/xfishtank-2.1.ebuild | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/x11-misc/xfishtank/xfishtank-2.1.ebuild b/x11-misc/xfishtank/xfishtank-2.1.ebuild index e642d47289cb..337aaeed88de 100644 --- a/x11-misc/xfishtank/xfishtank-2.1.ebuild +++ b/x11-misc/xfishtank/xfishtank-2.1.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/x11-misc/xfishtank/xfishtank-2.1.ebuild,v 1.9 2005/12/18 15:29:38 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfishtank/xfishtank-2.1.ebuild,v 1.10 2006/01/21 17:18:10 nelchael Exp $ inherit eutils @@ -15,7 +15,17 @@ SLOT="0" KEYWORDS="ppc ppc64 x86" IUSE="" -DEPEND="virtual/x11" + +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXt + x11-libs/libXext ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( ( + x11-proto/xproto + x11-misc/makedepend ) + virtual/x11 )" src_unpack() { unpack "${A}" |