dev-java/java-service-wrapper: Stop using ant-nodeps
authorPacho Ramos <pacho@gentoo.org>
Sun, 4 Nov 2018 14:53:08 +0000 (15:53 +0100)
committerPacho Ramos <pacho@gentoo.org>
Sun, 4 Nov 2018 15:16:33 +0000 (16:16 +0100)
Bug: https://bugs.gentoo.org/466558
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

dev-java/java-service-wrapper/java-service-wrapper-3.5.25-r1.ebuild

index bb42be142af437c0a94fdce516a0844f73e6c631..661ff48937202dcbf92c57ec49dbda1a74079ef7 100644 (file)
@@ -1,9 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-
-WANT_ANT_TASKS="ant-nodeps"
 JAVA_PKG_IUSE="doc source test"
 
 inherit eutils java-pkg-2 java-ant-2
@@ -24,7 +22,7 @@ RDEPEND="
 DEPEND="
        >=virtual/jdk-1.4
        test? (
-               dev-java/ant-junit
+               dev-java/ant-junit:0
        )"
 
 S="${WORKDIR}/${MY_P}"
@@ -55,7 +53,7 @@ src_compile() {
 }
 
 src_test() {
-       ANT_TASKS="ant-junit ant-nodeps" eant -Dbits="${BITS}" test
+       ANT_TASKS="ant-junit" eant -Dbits="${BITS}" test
 }
 
 src_install() {