diff options
Diffstat (limited to 'dev-java/gnu-classpath/gnu-classpath-0.13.ebuild')
-rw-r--r-- | dev-java/gnu-classpath/gnu-classpath-0.13.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/gnu-classpath/gnu-classpath-0.13.ebuild b/dev-java/gnu-classpath/gnu-classpath-0.13.ebuild index f5bf92e80afa..960ec5092661 100644 --- a/dev-java/gnu-classpath/gnu-classpath-0.13.ebuild +++ b/dev-java/gnu-classpath/gnu-classpath-0.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/gnu-classpath/gnu-classpath-0.13.ebuild,v 1.2 2005/01/26 18:31:28 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/gnu-classpath/gnu-classpath-0.13.ebuild,v 1.3 2005/05/12 15:41:56 luckyduck Exp $ DESCRIPTION="Free core class libraries for use with virtual machines and compilers for the java programming language" SRC_URI="ftp://ftp.gnu.org/gnu/classpath/classpath-${PV}.tar.gz" @@ -14,7 +14,7 @@ DEPEND=">=virtual/jdk-1.4 jikes? ( dev-java/jikes )" LICENSE="GPL-2-with-linking-exception" SLOT="0" -KEYWORDS="~x86 ~sparc ~ppc ~amd64" +KEYWORDS="x86 ~sparc ppc amd64" S=${WORKDIR}/classpath-${PV} src_compile() { |