diff options
author | Bjoern Brauel <bjb@gentoo.org> | 2002-12-15 10:44:11 +0000 |
---|---|---|
committer | Bjoern Brauel <bjb@gentoo.org> | 2002-12-15 10:44:11 +0000 |
commit | 5dfc2678037d702fdf8373784d642ecc283cc09c (patch) | |
tree | a8dc78ec59bc44f0d4c33bad210d927343b80202 /dev-java | |
parent | During removal of sparc64 keywords from the ebuilds a bad sed introduced prob... (diff) | |
download | historical-5dfc2678037d702fdf8373784d642ecc283cc09c.tar.gz historical-5dfc2678037d702fdf8373784d642ecc283cc09c.tar.bz2 historical-5dfc2678037d702fdf8373784d642ecc283cc09c.zip |
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.
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/commons-lang/commons-lang-1.0.ebuild | 4 | ||||
-rw-r--r-- | dev-java/oro/oro-2.0.6.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
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() { |