diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-07-29 01:46:58 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-07-29 01:46:58 +0000 |
commit | 28f541958535df52822b299685435424e12188de (patch) | |
tree | 893f4efd2d5c50927f5b547b4453bf0663e4df35 /x11-misc/xplanet | |
parent | stable on ppc64, bug #58303 (Manifest recommit) (diff) | |
download | gentoo-2-28f541958535df52822b299685435424e12188de.tar.gz gentoo-2-28f541958535df52822b299685435424e12188de.tar.bz2 gentoo-2-28f541958535df52822b299685435424e12188de.zip |
Conditionally depending on virtual/x11, fixes Bug #58705
Diffstat (limited to 'x11-misc/xplanet')
-rw-r--r-- | x11-misc/xplanet/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/xplanet/xplanet-1.1.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-misc/xplanet/ChangeLog b/x11-misc/xplanet/ChangeLog index 04144f48bef4..e224d13d7976 100644 --- a/x11-misc/xplanet/ChangeLog +++ b/x11-misc/xplanet/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xplanet # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/ChangeLog,v 1.32 2004/07/23 20:22:58 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/ChangeLog,v 1.33 2004/07/29 01:46:58 rizzo Exp $ + + 28 Jul 2004; Don Seiler <rizzo@gentoo.org> xplanet-1.1.1.ebuild: + Conditionally depending on virtual/x11, fixes Bug #58705. Thanks + to Tyler Lund. *xplanet-1.1.1 (23 Jul 2004) diff --git a/x11-misc/xplanet/xplanet-1.1.1.ebuild b/x11-misc/xplanet/xplanet-1.1.1.ebuild index 1fa43b34268b..e21b0338a0e4 100644 --- a/x11-misc/xplanet/xplanet-1.1.1.ebuild +++ b/x11-misc/xplanet/xplanet-1.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/xplanet-1.1.1.ebuild,v 1.1 2004/07/23 20:22:58 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/xplanet-1.1.1.ebuild,v 1.2 2004/07/29 01:46:58 rizzo 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,7 @@ SLOT="0" KEYWORDS="~x86 ~amd64 ~sparc ~alpha" IUSE="gif jpeg X opengl truetype tiff png" -RDEPEND="virtual/x11 +RDEPEND="X? (virtual/x11 ) opengl? ( virtual/opengl media-libs/glut ) gif? ( media-libs/giflib |