diff options
author | Brian Harring <ferringb@gentoo.org> | 2004-07-29 12:15:56 +0000 |
---|---|---|
committer | Brian Harring <ferringb@gentoo.org> | 2004-07-29 12:15:56 +0000 |
commit | 4849e360bbdade8a534d6224db51825209dab4d9 (patch) | |
tree | 746c39ed1c0e0713e283d10898fc01d0049fa128 /x11-misc/xplanet | |
parent | version bump (Manifest recommit) (diff) | |
download | gentoo-2-4849e360bbdade8a534d6224db51825209dab4d9.tar.gz gentoo-2-4849e360bbdade8a534d6224db51825209dab4d9.tar.bz2 gentoo-2-4849e360bbdade8a534d6224db51825209dab4d9.zip |
bug #58771, just adding the missing space in RDEPEND, nothing more.
Diffstat (limited to 'x11-misc/xplanet')
-rw-r--r-- | x11-misc/xplanet/xplanet-1.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/xplanet/xplanet-1.1.1.ebuild b/x11-misc/xplanet/xplanet-1.1.1.ebuild index e21b0338a0e4..ad708385bdbf 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.2 2004/07/29 01:46:58 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/xplanet-1.1.1.ebuild,v 1.3 2004/07/29 12:15:56 ferringb 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="X? (virtual/x11 ) +RDEPEND="X? ( virtual/x11 ) opengl? ( virtual/opengl media-libs/glut ) gif? ( media-libs/giflib |