diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-10-05 17:12:56 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-10-05 17:12:56 +0000 |
commit | 43f4d60e1e8e64b7020603deda78bfafad8ff3b6 (patch) | |
tree | aa4259e11e315a06be873ffb0fc924d48ad0a607 /dev-java/spin/spin-1.3.1.ebuild | |
parent | Fix gettext dependency (diff) | |
download | gentoo-2-43f4d60e1e8e64b7020603deda78bfafad8ff3b6.tar.gz gentoo-2-43f4d60e1e8e64b7020603deda78bfafad8ff3b6.tar.bz2 gentoo-2-43f4d60e1e8e64b7020603deda78bfafad8ff3b6.zip |
Dropping sparc keywords, see #96229
(Portage version: 2.1.1)
Diffstat (limited to 'dev-java/spin/spin-1.3.1.ebuild')
-rw-r--r-- | dev-java/spin/spin-1.3.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/spin/spin-1.3.1.ebuild b/dev-java/spin/spin-1.3.1.ebuild index edc1a819ffe8..e08a47844ca2 100644 --- a/dev-java/spin/spin-1.3.1.ebuild +++ b/dev-java/spin/spin-1.3.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/spin/spin-1.3.1.ebuild,v 1.9 2005/07/11 22:02:41 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/spin/spin-1.3.1.ebuild,v 1.10 2006/10/05 17:12:56 gustavoz Exp $ inherit java-pkg @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.zip" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="x86 amd64 sparc ppc" +KEYWORDS="x86 amd64 ppc" IUSE="doc jikes source" DEPEND=">=virtual/jdk-1.4 |