mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user