diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2004-07-16 19:51:36 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2004-07-16 19:51:36 +0000 |
commit | 2570605691c7f8067c701b107e056f63b5493ebf (patch) | |
tree | 9042903ba2904303cd88673c3e825b647f12ee80 /dev-java/commons-logging | |
parent | Version Bump (Manifest recommit) (diff) | |
download | gentoo-2-2570605691c7f8067c701b107e056f63b5493ebf.tar.gz gentoo-2-2570605691c7f8067c701b107e056f63b5493ebf.tar.bz2 gentoo-2-2570605691c7f8067c701b107e056f63b5493ebf.zip |
keywords, oeps :(
Diffstat (limited to 'dev-java/commons-logging')
-rw-r--r-- | dev-java/commons-logging/Manifest | 2 | ||||
-rw-r--r-- | dev-java/commons-logging/commons-logging-1.0.4.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/commons-logging/Manifest b/dev-java/commons-logging/Manifest index 51dc8b15266b..c4eb78e2be6e 100644 --- a/dev-java/commons-logging/Manifest +++ b/dev-java/commons-logging/Manifest @@ -1,4 +1,4 @@ -MD5 537bb2a73ec543be8c75f109f5015e97 commons-logging-1.0.4.ebuild 1458 +MD5 3d983711dd0857f1fc4749e345a9fe49 commons-logging-1.0.4.ebuild 1443 MD5 59c960f2dec663b1b2e8d18ba91e5234 commons-logging-1.0.3-r1.ebuild 1461 MD5 072434666144da68cdf7e1bd341c6045 ChangeLog 2432 MD5 a6ec7d7724fbd068ffb39b5be56134ed metadata.xml 157 diff --git a/dev-java/commons-logging/commons-logging-1.0.4.ebuild b/dev-java/commons-logging/commons-logging-1.0.4.ebuild index 7928ca1c5fef..8bfe36b57d7d 100644 --- a/dev-java/commons-logging/commons-logging-1.0.4.ebuild +++ b/dev-java/commons-logging/commons-logging-1.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/commons-logging-1.0.4.ebuild,v 1.1 2004/07/16 19:49:22 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/commons-logging-1.0.4.ebuild,v 1.2 2004/07/16 19:51:36 axxo Exp $ inherit java-pkg @@ -15,7 +15,7 @@ DEPEND=">=dev-java/log4j-1.2.5 RDEPEND=">=virtual/jdk-1.3" LICENSE="Apache-1.1" SLOT="0" -KEYWORDS="x86 ppc sparc amd64" +KEYWORDS="~x86" IUSE="doc jikes junit" S="${WORKDIR}/${P}-src/" |