diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-11 21:41:54 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-11 21:41:54 +0000 |
commit | c9e596150b1bfc483befc84126afa9df3fa4ccdf (patch) | |
tree | 7ad9809bef59c45b6d567caa7f2b8d031d71ba27 /dev-java/oro | |
parent | changed from ~sparc to sparc (diff) | |
download | historical-c9e596150b1bfc483befc84126afa9df3fa4ccdf.tar.gz historical-c9e596150b1bfc483befc84126afa9df3fa4ccdf.tar.bz2 historical-c9e596150b1bfc483befc84126afa9df3fa4ccdf.zip |
unmasks and changelog fixes
Diffstat (limited to 'dev-java/oro')
-rw-r--r-- | dev-java/oro/oro-2.0.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/oro/oro-2.0.7.ebuild b/dev-java/oro/oro-2.0.7.ebuild index 96f2c9decdbd..2ded54566df3 100644 --- a/dev-java/oro/oro-2.0.7.ebuild +++ b/dev-java/oro/oro-2.0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 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.7.ebuild,v 1.2 2003/04/26 05:36:58 strider Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/oro/oro-2.0.7.ebuild,v 1.3 2003/07/11 21:41:54 aliz 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." @@ -12,7 +12,7 @@ DEPEND=">=virtual/jdk-1.3 REDEPND=">=virtual/jdk-1.3" LICENSE="Apache-1.1" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc" +KEYWORDS="x86 ~ppc ~sparc" IUSE="doc jikes" src_compile() { |