From e7da186df46f565b5466057fd0befa87d44edffe Mon Sep 17 00:00:00 2001 From: Bjoern Brauel Date: Sun, 15 Dec 2002 10:44:24 +0000 Subject: During removal of sparc64 keywords from the ebuilds a bad sed introduced problematic KEYWORDS line that contained an illegal character before the alpha keyword. Fixed. --- dev-java/commons-lang/commons-lang-1.0.ebuild | 4 ++-- dev-java/oro/oro-2.0.6.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'dev-java') diff --git a/dev-java/commons-lang/commons-lang-1.0.ebuild b/dev-java/commons-lang/commons-lang-1.0.ebuild index d9a79f04956a..e8b89189872d 100644 --- a/dev-java/commons-lang/commons-lang-1.0.ebuild +++ b/dev-java/commons-lang/commons-lang-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-lang/commons-lang-1.0.ebuild,v 1.3 2002/12/09 04:20:57 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-lang/commons-lang-1.0.ebuild,v 1.4 2002/12/15 10:44:11 bjb Exp $ S="${WORKDIR}/${PN}-${PV}-src" DESCRIPTION="Jakarta components to manipulate core java classes" @@ -12,7 +12,7 @@ DEPEND=">=virtual/jdk-1.3 RDEPEND=">=virtual/jre-1.3" LICENSE="Apache-1.1" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="~x86 ~ppc ~sparc ~alpha" IUSE="jikes junit" src_compile() { diff --git a/dev-java/oro/oro-2.0.6.ebuild b/dev-java/oro/oro-2.0.6.ebuild index 2719806f184c..49f14d89e841 100644 --- a/dev-java/oro/oro-2.0.6.ebuild +++ b/dev-java/oro/oro-2.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-java/oro/oro-2.0.6.ebuild,v 1.2 2002/12/09 04:20:57 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/oro/oro-2.0.6.ebuild,v 1.3 2002/12/15 10:44:11 bjb Exp $ S=${WORKDIR}/jakarta-oro-${PV} DESCRIPTION="A set of text-processing Java classes that provide Perl5 compatible regular expressions, AWK-like regular expressions, glob expressions, and utility classes for performing substitutions, splits, filtering filenames, etc." @@ -11,7 +11,7 @@ DEPEND=">=virtual/jdk-1.3 REDEPND=">=virtual/jdk-1.3" LICENSE="Apache-1.1" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="~x86 ~ppc ~sparc ~alpha" IUSE="" src_compile() { -- cgit v1.2.3-65-gdbad