summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-01-21 17:01:05 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-01-21 17:01:05 +0000
commitd5274c98ad3bc08bdd31e93fb8c23761aafb1705 (patch)
treea038644d98c2e35c5a6bda91410f5a077ebc9115 /x11-misc/xearth/xearth-1.1.ebuild
parentMarked ~hppa (bug #119199). (diff)
downloadgentoo-2-d5274c98ad3bc08bdd31e93fb8c23761aafb1705.tar.gz
gentoo-2-d5274c98ad3bc08bdd31e93fb8c23761aafb1705.tar.bz2
gentoo-2-d5274c98ad3bc08bdd31e93fb8c23761aafb1705.zip
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-misc/xearth/xearth-1.1.ebuild')
-rw-r--r--x11-misc/xearth/xearth-1.1.ebuild15
1 files changed, 12 insertions, 3 deletions
diff --git a/x11-misc/xearth/xearth-1.1.ebuild b/x11-misc/xearth/xearth-1.1.ebuild
index 1fe2c578ff10..a2977239fdff 100644
--- a/x11-misc/xearth/xearth-1.1.ebuild
+++ b/x11-misc/xearth/xearth-1.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/xearth/xearth-1.1.ebuild,v 1.7 2005/11/02 14:58:08 metalgod Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/xearth-1.1.ebuild,v 1.8 2006/01/21 16:58:46 nelchael Exp $
HOMEPAGE="http://www.cs.colorado.edu/~tuna/xearth/"
DESCRIPTION="Xearth sets the X root window to an image of the Earth"
@@ -12,7 +12,16 @@ LICENSE="xearth"
KEYWORDS="amd64 ppc ppc64 sparc x86"
IUSE=""
-DEPEND="virtual/x11"
+RDEPEND="|| ( (
+ x11-libs/libX11
+ 11-libs/libXt
+ x11-libs/libXext )
+ virtual/x11 )"
+DEPEND="${RDEPEND}
+ || ( (
+ x11-misc/imake
+ x11-proto/xproto )
+ virtual/x11 )"
src_compile() {
xmkmf || die