diff options
Diffstat (limited to 'dev-util/checkstyle/checkstyle-5.4.ebuild')
-rw-r--r-- | dev-util/checkstyle/checkstyle-5.4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-util/checkstyle/checkstyle-5.4.ebuild b/dev-util/checkstyle/checkstyle-5.4.ebuild index 9c45e0cae380..8fa309fbe63e 100644 --- a/dev-util/checkstyle/checkstyle-5.4.ebuild +++ b/dev-util/checkstyle/checkstyle-5.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/checkstyle/checkstyle-5.4.ebuild,v 1.1 2011/11/09 19:23:15 sera Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/checkstyle/checkstyle-5.4.ebuild,v 1.2 2011/12/21 12:39:35 sera Exp $ EAPI="4" @@ -53,6 +53,7 @@ EANT_BUILD_XML="maven-build.xml" EANT_GENTOO_CLASSPATH="ant-core,antlr,commons-beanutils-1.7,commons-cli-1,commons-logging,guava" EANT_BUILD_TARGET="package" EANT_ANT_TASKS="ant-nodeps" +EANT_NEEDS_TOOLS="true" src_test() { EANT_TEST_GENTOO_CLASSPATH="${EANT_GENTOO_CLASSPATH},junit-4" |