Skip to content

Commit

Permalink
dev-java/java-service-wrapper: Stop using ant-nodeps
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/466558
Signed-off-by: Pacho Ramos <[email protected]>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
  • Loading branch information
pacho2 committed Nov 4, 2018
1 parent 092b52c commit 7a88548
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -24,7 +22,7 @@ RDEPEND="
DEPEND="
>=virtual/jdk-1.4
test? (
dev-java/ant-junit
dev-java/ant-junit:0
)"

S="${WORKDIR}/${MY_P}"
Expand Down Expand Up @@ -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() {
Expand Down

0 comments on commit 7a88548

Please sign in to comment.