diff options
author | Chris Aniszczyk <zx@gentoo.org> | 2004-08-24 03:36:18 +0000 |
---|---|---|
committer | Chris Aniszczyk <zx@gentoo.org> | 2004-08-24 03:36:18 +0000 |
commit | 790b376ae29f0656bfd9f2fe72343be3de242c10 (patch) | |
tree | 3b9a2c59fd24262cdb30d16d139666f4578101ca /dev-java/jython | |
parent | Updated hyperwave use flag masking to hyperwave-api for sparc profiles. (diff) | |
download | historical-790b376ae29f0656bfd9f2fe72343be3de242c10.tar.gz historical-790b376ae29f0656bfd9f2fe72343be3de242c10.tar.bz2 historical-790b376ae29f0656bfd9f2fe72343be3de242c10.zip |
Marking x86
Diffstat (limited to 'dev-java/jython')
-rw-r--r-- | dev-java/jython/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/jython/jython-2.1-r4.ebuild | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/dev-java/jython/ChangeLog b/dev-java/jython/ChangeLog index 923d2c6f8bd7..1c9fc8539d87 100644 --- a/dev-java/jython/ChangeLog +++ b/dev-java/jython/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/jython # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/ChangeLog,v 1.10 2004/07/31 15:51:57 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/ChangeLog,v 1.11 2004/08/24 03:35:24 zx Exp $ + + 23 Aug 2004; Chris Aniszczyk <zx@gentoo.org> jython-2.1-r4.ebuild: + Marking x86 31 Jul 2004; Karl Trygve Kalleberg <karltk@gentoo.org>: jython-2.1-r4.ebuild: Rewrote almost totally to compile from source. Ugly hack diff --git a/dev-java/jython/jython-2.1-r4.ebuild b/dev-java/jython/jython-2.1-r4.ebuild index c4f0b0597613..0d4d0d876647 100644 --- a/dev-java/jython/jython-2.1-r4.ebuild +++ b/dev-java/jython/jython-2.1-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/jython-2.1-r4.ebuild,v 1.2 2004/07/31 16:01:14 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/jython-2.1-r4.ebuild,v 1.3 2004/08/24 03:35:24 zx Exp $ DESCRIPTION="An implementation of Python written in Java" HOMEPAGE="http://www.jython.org" @@ -8,15 +8,14 @@ MY_PV="21" SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}.class" LICENSE="JPython" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" IUSE="readline jikes" # servlet DEPEND=">=virtual/jdk-1.2 readline? ( >=dev-java/libreadline-java-0.8.0 ) jikes? ( >=dev-java/jikes-1.18 ) - !dev-java/jython-bin - " + !dev-java/jython-bin" # servlet? ( >=net-www/tomcat-5.0 ) src_unpack() { |