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 | |
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')
-rw-r--r-- | x11-misc/xearth/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xearth/xearth-1.1.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/x11-misc/xearth/ChangeLog b/x11-misc/xearth/ChangeLog index f17fa751cf30..b5cf979107cf 100644 --- a/x11-misc/xearth/ChangeLog +++ b/x11-misc/xearth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xearth # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/ChangeLog,v 1.3 2004/05/23 10:35:58 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/ChangeLog,v 1.4 2004/06/01 19:38:21 tseng Exp $ + + 01 Jun 2004; Brandon Hale <tseng@gentoo.org> xearth-1.1.ebuild: + Add IUSE= 23 May 2004; Danny van Dyk <kugelfang@gentoo.org> xearth-1.1.ebuild: Marked ~amd64. 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" |