commit: 707dc439b4990a06b84571056b235ab911933fa0 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sun Nov 11 10:58:51 2018 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sun Nov 11 13:07:15 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=707dc439
dev-java/stax: and-trax is going to be removed Bug: https://bugs.gentoo.org/466558 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-java/stax/stax-1.2.0.ebuild | 6 +++--- 1 file 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 efab6107fec..5a27947da29 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 }
