summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Brauel <bjb@gentoo.org>2002-12-15 10:44:11 +0000
committerBjoern Brauel <bjb@gentoo.org>2002-12-15 10:44:11 +0000
commit5dfc2678037d702fdf8373784d642ecc283cc09c (patch)
treea8dc78ec59bc44f0d4c33bad210d927343b80202 /dev-java/oro
parentDuring removal of sparc64 keywords from the ebuilds a bad sed introduced prob... (diff)
downloadhistorical-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/oro')
-rw-r--r--dev-java/oro/oro-2.0.6.ebuild4
1 files changed, 2 insertions, 2 deletions
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() {