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 | 0199776519f0484e2856cc72c95e0b2f342fac76 (patch) | |
tree | 640267c53e1bdc44a72966860f78740c7f0182dc /x11-misc/xfishtank | |
parent | Added ~ppc to keywords; bug #111889. (diff) | |
download | gentoo-2-0199776519f0484e2856cc72c95e0b2f342fac76.tar.gz gentoo-2-0199776519f0484e2856cc72c95e0b2f342fac76.tar.bz2 gentoo-2-0199776519f0484e2856cc72c95e0b2f342fac76.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-misc/xfishtank')
-rw-r--r-- | x11-misc/xfishtank/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xfishtank/xfishtank-2.1.ebuild | 16 |
2 files changed, 18 insertions, 5 deletions
diff --git a/x11-misc/xfishtank/ChangeLog b/x11-misc/xfishtank/ChangeLog index 299979d7f4cb..6308edaad4ba 100644 --- a/x11-misc/xfishtank/ChangeLog +++ b/x11-misc/xfishtank/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xfishtank -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfishtank/ChangeLog,v 1.9 2005/12/18 15:29:38 nelchael Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfishtank/ChangeLog,v 1.10 2006/01/21 17:18:10 nelchael Exp $ + + 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> xfishtank-2.1.ebuild: + Fixed DEPEND for modular X. 18 Dec 2005; Krzysiek Pawlik <nelchael@gentoo.org> +files/xfishtank-2.1tp-Makefile.patch, xfishtank-2.1.ebuild: 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}" |