summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-01-21 18:26:19 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-01-21 18:26:19 +0000
commit62226d3580cb634bc237d694c648db31ef2ca424 (patch)
tree60ce5b22ff44c1768ac0409480149408865cabd6 /x11-misc/xplanet
parentAdded ppc keyword. bug 119455 (diff)
downloadgentoo-2-62226d3580cb634bc237d694c648db31ef2ca424.tar.gz
gentoo-2-62226d3580cb634bc237d694c648db31ef2ca424.tar.bz2
gentoo-2-62226d3580cb634bc237d694c648db31ef2ca424.zip
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-misc/xplanet')
-rw-r--r--x11-misc/xplanet/ChangeLog5
-rw-r--r--x11-misc/xplanet/xplanet-1.2.0.ebuild16
2 files changed, 17 insertions, 4 deletions
diff --git a/x11-misc/xplanet/ChangeLog b/x11-misc/xplanet/ChangeLog
index 115fdf55f4a8..59b12abee4b4 100644
--- a/x11-misc/xplanet/ChangeLog
+++ b/x11-misc/xplanet/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/xplanet
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/ChangeLog,v 1.57 2006/01/15 12:36:47 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/ChangeLog,v 1.58 2006/01/21 18:22:17 nelchael Exp $
+
+ 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> xplanet-1.2.0.ebuild:
+ Fixed DEPEND for modular X.
15 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> -xplanet-1.1.1.ebuild,
-xplanet-1.1.2-r1.ebuild:
diff --git a/x11-misc/xplanet/xplanet-1.2.0.ebuild b/x11-misc/xplanet/xplanet-1.2.0.ebuild
index 11e8aa7f2c44..6f29ece6535f 100644
--- a/x11-misc/xplanet/xplanet-1.2.0.ebuild
+++ b/x11-misc/xplanet/xplanet-1.2.0.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/xplanet/xplanet-1.2.0.ebuild,v 1.9 2005/11/19 13:20:54 killerfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/xplanet-1.2.0.ebuild,v 1.10 2006/01/21 18:22:17 nelchael Exp $
DESCRIPTION="A program to render images of the earth into the X root window"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
@@ -12,7 +12,12 @@ SLOT="0"
KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86"
IUSE="gif jpeg X opengl truetype tiff png"
-RDEPEND="X? ( virtual/x11 )
+RDEPEND="X? ( || ( (
+ x11-libs/libX11
+ x11-libs/libXScrnSaver
+ x11-libs/libXt
+ x11-libs/libXext )
+ virtual/x11 ) )
opengl? ( virtual/opengl
virtual/glut )
gif? ( media-libs/giflib )
@@ -20,6 +25,11 @@ RDEPEND="X? ( virtual/x11 )
tiff? ( media-libs/tiff )
png? ( media-libs/libpng )
truetype? ( =media-libs/freetype-2* )"
+DEPEND="${RDEPEND}
+ || ( (
+ x11-proto/xproto
+ x11-proto/scrnsaverproto )
+ virtual/x11 )"
src_unpack() {
unpack ${A}