diff options
Diffstat (limited to 'x11-terms/root-tail/root-tail-1.2-r2.ebuild')
-rw-r--r-- | x11-terms/root-tail/root-tail-1.2-r2.ebuild | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/x11-terms/root-tail/root-tail-1.2-r2.ebuild b/x11-terms/root-tail/root-tail-1.2-r2.ebuild index baedada6c39b..74b3caa46e3c 100644 --- a/x11-terms/root-tail/root-tail-1.2-r2.ebuild +++ b/x11-terms/root-tail/root-tail-1.2-r2.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-terms/root-tail/root-tail-1.2-r2.ebuild,v 1.6 2005/04/09 13:43:35 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/root-tail/root-tail-1.2-r2.ebuild,v 1.7 2006/03/15 08:47:28 spyderous Exp $ inherit eutils flag-o-matic @@ -13,9 +13,14 @@ SLOT="0" KEYWORDS="x86 ~sparc amd64 ppc ppc64" IUSE="kde debug" -RDEPEND="virtual/x11" -DEPEND="${RDEPEND} - >=sys-apps/sed-4" +RDEPEND="|| ( x11-libs/libXext virtual/x11 )" +DEPEND=">=sys-apps/sed-4 + || ( ( x11-misc/imake + app-text/rman + x11-misc/gccmakedep + ) + virtual/x11 + )" src_unpack() { unpack ${A} |