diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 18:26:19 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 18:26:19 +0000 |
commit | 62226d3580cb634bc237d694c648db31ef2ca424 (patch) | |
tree | 60ce5b22ff44c1768ac0409480149408865cabd6 /x11-misc/xrestop/xrestop-0.3.ebuild | |
parent | Added ppc keyword. bug 119455 (diff) | |
download | gentoo-2-62226d3580cb634bc237d694c648db31ef2ca424.tar.gz gentoo-2-62226d3580cb634bc237d694c648db31ef2ca424.tar.bz2 gentoo-2-62226d3580cb634bc237d694c648db31ef2ca424.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-misc/xrestop/xrestop-0.3.ebuild')
-rw-r--r-- | x11-misc/xrestop/xrestop-0.3.ebuild | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/x11-misc/xrestop/xrestop-0.3.ebuild b/x11-misc/xrestop/xrestop-0.3.ebuild index e3f663a077c6..c2f615a01a28 100644 --- a/x11-misc/xrestop/xrestop-0.3.ebuild +++ b/x11-misc/xrestop/xrestop-0.3.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/xrestop/xrestop-0.3.ebuild,v 1.11 2005/12/12 05:10:05 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrestop/xrestop-0.3.ebuild,v 1.12 2006/01/21 18:26:19 nelchael Exp $ IUSE="" @@ -12,11 +12,13 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 ppc sparc x86" -DEPEND="|| ( ( x11-libs/libXres - x11-libs/libXt - ) - virtual/x11 - )" +RDEPEND="|| ( ( + x11-libs/libXres + x11-libs/libX11 + x11-libs/libXt ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( x11-proto/xproto virtual/x11 )" src_install () { make DESTDIR="${D}" install || die |