diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 17:01:05 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 17:01:05 +0000 |
commit | 121bf09645120816179b28a94e4831ceceb1543f (patch) | |
tree | b77c662063fd1171b4109a595238a6eb2f90cff5 /x11-misc/xearth/xearth-1.1.ebuild | |
parent | Marked ~hppa (bug #119199). (diff) | |
download | historical-121bf09645120816179b28a94e4831ceceb1543f.tar.gz historical-121bf09645120816179b28a94e4831ceceb1543f.tar.bz2 historical-121bf09645120816179b28a94e4831ceceb1543f.zip |
Fixed DEPEND for modular X.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'x11-misc/xearth/xearth-1.1.ebuild')
-rw-r--r-- | x11-misc/xearth/xearth-1.1.ebuild | 15 |
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 |