diff options
author | Brandon Hale <tseng@gentoo.org> | 2004-06-01 19:38:21 +0000 |
---|---|---|
committer | Brandon Hale <tseng@gentoo.org> | 2004-06-01 19:38:21 +0000 |
commit | cff140f5452546c346a97165268ee11605a32be6 (patch) | |
tree | b83303e3fbd284e18e781a47a5704a6c08c4c876 /x11-misc/xearth/xearth-1.1.ebuild | |
parent | Fix depends. (Manifest recommit) (diff) | |
download | gentoo-2-cff140f5452546c346a97165268ee11605a32be6.tar.gz gentoo-2-cff140f5452546c346a97165268ee11605a32be6.tar.bz2 gentoo-2-cff140f5452546c346a97165268ee11605a32be6.zip |
Add IUSE=
Diffstat (limited to 'x11-misc/xearth/xearth-1.1.ebuild')
-rw-r--r-- | x11-misc/xearth/xearth-1.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-misc/xearth/xearth-1.1.ebuild b/x11-misc/xearth/xearth-1.1.ebuild index 65879f216e35..e217de77221c 100644 --- a/x11-misc/xearth/xearth-1.1.ebuild +++ b/x11-misc/xearth/xearth-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # 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.2 2004/05/23 10:35:58 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/xearth-1.1.ebuild,v 1.3 2004/06/01 19:38:21 tseng Exp $ HOMEPAGE="http://www.cs.colorado.edu/~tuna/xearth/" DESCRIPTION="Xearth sets the X root window to an image of the Earth" @@ -10,6 +10,7 @@ SRC_URI="ftp://cag.lcs.mit.edu/pub/tuna/${P}.tar.gz SLOT="0" LICENSE="xearth" KEYWORDS="x86 sparc ppc ~amd64" +IUSE="" DEPEND="virtual/x11" |