dev-java/jspeex: Drop dependencies on obsolete dev-java/ant-trax and dev-java/ant-nodeps (#466558)

Package-Manager: Portage-2.3.24, Repoman-2.3.6
This commit is contained in:
Pacho Ramos
2018-03-17 14:21:29 +01:00
parent 1dd7be2a55
commit 359f204e61

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -25,7 +25,6 @@ DEPEND="${CDEPEND}
dev-java/junit:0
test? (
dev-java/ant-junit:0
dev-java/ant-trax:0
)"
JAVA_ANT_REWRITE_CLASSPATH="true"
@@ -45,7 +44,7 @@ java_prepare() {
}
src_test() {
ANT_TASKS="ant-junit ant-trax" eant test
ANT_TASKS="ant-junit ant-core" eant test
}
src_install() {