summaryrefslogtreecommitdiff
path: root/dev-java/stax/stax-1.2.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-11-18 09:38:27 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-11-18 09:38:27 +0000
commit536c3711867ec947c1738f2c4b96f22e4863322d (patch)
tree697733f5cb713908dcf378e13fd15a798a906a91 /dev-java/stax/stax-1.2.0.ebuild
parentf65628136faa35d0c4d3b5e7332275c7b35fcd96 (diff)
gentoo resync : 18.11.2018
Diffstat (limited to 'dev-java/stax/stax-1.2.0.ebuild')
-rw-r--r--dev-java/stax/stax-1.2.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/stax/stax-1.2.0.ebuild b/dev-java/stax/stax-1.2.0.ebuild
index efab6107fec5..5a27947da29c 100644
--- a/dev-java/stax/stax-1.2.0.ebuild
+++ b/dev-java/stax/stax-1.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=0
@@ -18,7 +18,7 @@ IUSE=""
RDEPEND=">=virtual/jre-1.4"
-# test? ( dev-java/ant-junit dev-java/ant-trax dev-java/xerces )
+# test? ( dev-java/ant-junit dev-java/xerces )
DEPEND="
>=virtual/jdk-1.4
app-arch/unzip"
@@ -40,7 +40,7 @@ RESTRICT="test"
src_test() {
mkdir lib
java-ant_rewrite-classpath build.xml
- ANT_TASKS="ant-junit ant-trax" \
+ ANT_TASKS="ant-junit" \
EANT_GENTOO_CLASSPATH="junit,xerces-2" eant test
}