diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 18:31:47 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 18:31:47 +0000 |
commit | 3f26e3b1e211aee50df3305f7e44e20d2edd8458 (patch) | |
tree | 14bf0c87ea0395bf2b574e3a0a6703f991054221 /x11-misc/xrootconsole/xrootconsole-0.6.ebuild | |
parent | Added ppc keyword. bug 119456 (diff) | |
download | gentoo-2-3f26e3b1e211aee50df3305f7e44e20d2edd8458.tar.gz gentoo-2-3f26e3b1e211aee50df3305f7e44e20d2edd8458.tar.bz2 gentoo-2-3f26e3b1e211aee50df3305f7e44e20d2edd8458.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-misc/xrootconsole/xrootconsole-0.6.ebuild')
-rw-r--r-- | x11-misc/xrootconsole/xrootconsole-0.6.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/x11-misc/xrootconsole/xrootconsole-0.6.ebuild b/x11-misc/xrootconsole/xrootconsole-0.6.ebuild index ff01080f5d88..fe93c9e26605 100644 --- a/x11-misc/xrootconsole/xrootconsole-0.6.ebuild +++ b/x11-misc/xrootconsole/xrootconsole-0.6.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/xrootconsole/xrootconsole-0.6.ebuild,v 1.1 2005/06/16 23:55:59 smithj Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrootconsole/xrootconsole-0.6.ebuild,v 1.2 2006/01/21 18:30:32 nelchael Exp $ inherit eutils @@ -13,7 +13,9 @@ SLOT="0" KEYWORDS="~x86 ~sparc ~ppc ~amd64" IUSE="" -DEPEND="virtual/x11" +RDEPEND="|| ( x11-libs/libX11 virtual/x11 )" +DEPEND="${RDEPEND} + || ( x11-proto/xproto virtual/x11 )" src_unpack() { unpack ${A} |