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 | |
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')
-rw-r--r-- | x11-misc/xearth/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xearth/xearth-1.1.ebuild | 15 |
2 files changed, 17 insertions, 5 deletions
diff --git a/x11-misc/xearth/ChangeLog b/x11-misc/xearth/ChangeLog index 108931cfa024..548ebac5f796 100644 --- a/x11-misc/xearth/ChangeLog +++ b/x11-misc/xearth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xearth -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/ChangeLog,v 1.8 2005/11/02 14:58:08 metalgod Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/ChangeLog,v 1.9 2006/01/21 16:58:46 nelchael Exp $ + + 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> xearth-1.1.ebuild: + Fixed DEPEND for modular X. 02 Nov 2005; Luis Medinas <metalgod@gentoo.org> xearth-1.1.ebuild: Marked Stable on amd64. Bug #111126. 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 |