diff options
author | Adrian Almenar <strider@gentoo.org> | 2002-11-25 01:15:48 +0000 |
---|---|---|
committer | Adrian Almenar <strider@gentoo.org> | 2002-11-25 01:15:48 +0000 |
commit | 9507c02759d7bb98c07cccbf69676725b7e5b64f (patch) | |
tree | 5c2e0968e9267345615cdb2fa43f5e306febbd81 /dev-java/commons-logging/commons-logging-1.0.2-r1.ebuild | |
parent | new revision (diff) | |
download | historical-9507c02759d7bb98c07cccbf69676725b7e5b64f.tar.gz historical-9507c02759d7bb98c07cccbf69676725b7e5b64f.tar.bz2 historical-9507c02759d7bb98c07cccbf69676725b7e5b64f.zip |
Release
Diffstat (limited to 'dev-java/commons-logging/commons-logging-1.0.2-r1.ebuild')
-rw-r--r-- | dev-java/commons-logging/commons-logging-1.0.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/commons-logging/commons-logging-1.0.2-r1.ebuild b/dev-java/commons-logging/commons-logging-1.0.2-r1.ebuild index 403501aa4b2a..ca7492536367 100644 --- a/dev-java/commons-logging/commons-logging-1.0.2-r1.ebuild +++ b/dev-java/commons-logging/commons-logging-1.0.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/commons-logging-1.0.2-r1.ebuild,v 1.3 2002/11/08 01:16:16 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/commons-logging-1.0.2-r1.ebuild,v 1.4 2002/11/25 01:15:19 strider Exp $ S="${WORKDIR}/${P}-src" DESCRIPTION="The Jakarta-Commons Logging package is an ultra-thin bridge between different logging libraries." @@ -12,7 +12,7 @@ DEPEND=">=virtual/jdk-1.4 RDEPEND=">=virtual/jre-1.4" LICENSE="Apache-1.1" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="jikes junit" src_compile() { |