diff options
author | 2006-01-21 18:31:47 +0000 | |
---|---|---|
committer | 2006-01-21 18:31:47 +0000 | |
commit | 361b728bc5c566d974aca2a0de3a2134f819d7d7 (patch) | |
tree | 3192fe64222fbf660a13b4993dc70f78b34880c2 /x11-misc/xrootconsole/xrootconsole-0.6.ebuild | |
parent | Added ppc keyword. bug 119456 (diff) | |
download | historical-361b728bc5c566d974aca2a0de3a2134f819d7d7.tar.gz historical-361b728bc5c566d974aca2a0de3a2134f819d7d7.tar.bz2 historical-361b728bc5c566d974aca2a0de3a2134f819d7d7.zip |
Fixed DEPEND for modular X.
Package-Manager: portage-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} |