diff options
author | Jason Wever <weeve@gentoo.org> | 2004-06-19 16:45:40 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-06-19 16:45:40 +0000 |
commit | 25a1f50262387ec702c9e6b42e04dc015477d186 (patch) | |
tree | 3c7c44e8953ee7a29659ebe6b9ee9db9f359300a /dev-java/jython | |
parent | ~amd64 (Manifest recommit) (diff) | |
download | gentoo-2-25a1f50262387ec702c9e6b42e04dc015477d186.tar.gz gentoo-2-25a1f50262387ec702c9e6b42e04dc015477d186.tar.bz2 gentoo-2-25a1f50262387ec702c9e6b42e04dc015477d186.zip |
Stable on sparc.
Diffstat (limited to 'dev-java/jython')
-rw-r--r-- | dev-java/jython/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/jython/jython-2.1-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/jython/ChangeLog b/dev-java/jython/ChangeLog index d033f2acd680..b12c0cca26ed 100644 --- a/dev-java/jython/ChangeLog +++ b/dev-java/jython/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/jython # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/ChangeLog,v 1.4 2004/01/19 04:50:35 strider Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/ChangeLog,v 1.5 2004/06/19 16:44:51 weeve Exp $ + + 19 Jun 2004; Jason Wever <weeve@gentoo.org> jython-2.1-r2.ebuild: + Stable on sparc. 19 Jan 2004; Adrian Almenar <strider@gentoo.org> jython-2.1-r2.ebuild: Added amd64 keyword. diff --git a/dev-java/jython/jython-2.1-r2.ebuild b/dev-java/jython/jython-2.1-r2.ebuild index 388661a698bc..f6dd80cc031e 100644 --- a/dev-java/jython/jython-2.1-r2.ebuild +++ b/dev-java/jython/jython-2.1-r2.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/dev-java/jython/jython-2.1-r2.ebuild,v 1.2 2004/01/19 04:50:35 strider Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/jython-2.1-r2.ebuild,v 1.3 2004/06/19 16:44:51 weeve Exp $ DESCRIPTION="An implementation of Python written in Java" HOMEPAGE="http://www.jython.org" @@ -8,7 +8,7 @@ MY_PV="21" SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}.class" LICENSE="JPython" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc amd64" +KEYWORDS="~x86 ~ppc sparc amd64" IUSE="" DEPEND=">=virtual/jdk-1.2" |