diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-10-05 17:53:34 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-10-05 17:53:34 +0000 |
commit | a839384cf4c05950cf427251f8b223c656d07012 (patch) | |
tree | c02ea7c087e8d45db258a156ea9b295441947f99 /dev-java/spin | |
parent | Version bump to 1.68 and closing bug #147017. (diff) | |
download | historical-a839384cf4c05950cf427251f8b223c656d07012.tar.gz historical-a839384cf4c05950cf427251f8b223c656d07012.tar.bz2 historical-a839384cf4c05950cf427251f8b223c656d07012.zip |
Dropping sparc keywords, see #96229
Package-Manager: portage-2.1.1
Diffstat (limited to 'dev-java/spin')
-rw-r--r-- | dev-java/spin/ChangeLog | 7 | ||||
-rw-r--r-- | dev-java/spin/spin-1.3.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-java/spin/ChangeLog b/dev-java/spin/ChangeLog index 0da060516e2f..f933a1c168fc 100644 --- a/dev-java/spin/ChangeLog +++ b/dev-java/spin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/spin -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/spin/ChangeLog,v 1.7 2005/05/06 13:37:57 gustavoz Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/spin/ChangeLog,v 1.8 2006/10/05 17:12:56 gustavoz Exp $ + + 05 Oct 2006; Gustavo Zacarias <gustavoz@gentoo.org> spin-1.3.1.ebuild: + Dropping sparc keywords, see #96229 06 May 2005; Gustavo Zacarias <gustavoz@gentoo.org> spin-1.3.1.ebuild: Stable on sparc 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 |