diff options
author | Bart Lauwers <blauwers@gentoo.org> | 2002-12-17 23:24:15 +0000 |
---|---|---|
committer | Bart Lauwers <blauwers@gentoo.org> | 2002-12-17 23:24:15 +0000 |
commit | 9aa7a7da40239d04f324b8b961d0f16e7ce8f35c (patch) | |
tree | ad6bcb1a94408b12b036432ba5d6161b5e5a29f9 /app-misc/xearth | |
parent | Added ~sparc keyword per Bug#12319 (diff) | |
download | gentoo-2-9aa7a7da40239d04f324b8b961d0f16e7ce8f35c.tar.gz gentoo-2-9aa7a7da40239d04f324b8b961d0f16e7ce8f35c.tar.bz2 gentoo-2-9aa7a7da40239d04f324b8b961d0f16e7ce8f35c.zip |
Added sparc keyword per Bug #12321
Diffstat (limited to 'app-misc/xearth')
-rw-r--r-- | app-misc/xearth/xearth-1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/xearth/xearth-1.1.ebuild b/app-misc/xearth/xearth-1.1.ebuild index 3b5efb780c42..946d723a5152 100644 --- a/app-misc/xearth/xearth-1.1.ebuild +++ b/app-misc/xearth/xearth-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/xearth/xearth-1.1.ebuild,v 1.4 2002/10/20 18:40:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/xearth/xearth-1.1.ebuild,v 1.5 2002/12/17 23:24:15 blauwers Exp $ S=${WORKDIR}/${P} HOMEPAGE="http://www.cs.colorado.edu/~tuna/xearth/" @@ -10,7 +10,7 @@ SRC_URI="ftp://cag.lcs.mit.edu/pub/tuna/xearth-${PV}.tar.gz SLOT="0" LICENSE="xearth" -KEYWORDS="x86" +KEYWORDS="x86 sparc" DEPEND="virtual/x11" |