diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2004-09-04 16:13:07 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2004-09-04 16:13:07 +0000 |
commit | 22d87913a91ed9860ae63b50bf525ffdd176978a (patch) | |
tree | 8aa691379faf5ec63fc7cf86e2f3f425f2c99eb9 /dev-util/checkstyle/checkstyle-3.3.ebuild | |
parent | ppc support is incomplete, masked (Manifest recommit) (diff) | |
download | gentoo-2-22d87913a91ed9860ae63b50bf525ffdd176978a.tar.gz gentoo-2-22d87913a91ed9860ae63b50bf525ffdd176978a.tar.bz2 gentoo-2-22d87913a91ed9860ae63b50bf525ffdd176978a.zip |
fix manifest
Diffstat (limited to 'dev-util/checkstyle/checkstyle-3.3.ebuild')
-rw-r--r-- | dev-util/checkstyle/checkstyle-3.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/checkstyle/checkstyle-3.3.ebuild b/dev-util/checkstyle/checkstyle-3.3.ebuild index 4238198dbd19..b60e74af8384 100644 --- a/dev-util/checkstyle/checkstyle-3.3.ebuild +++ b/dev-util/checkstyle/checkstyle-3.3.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-util/checkstyle/checkstyle-3.3.ebuild,v 1.5 2004/08/30 18:28:06 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/checkstyle/checkstyle-3.3.ebuild,v 1.6 2004/09/04 16:13:07 axxo Exp $ inherit java-pkg @@ -24,7 +24,7 @@ RDEPEND=">=virtual/jre-1.3 dev-java/commons-cli dev-java/commons-collections dev-java/commons-logging - dev-java/regexp-bin" + >=dev-java/regexp-1.3-r1" src_compile() { local antflags="compile.checkstyle" |