diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-11-04 16:14:44 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-11-04 16:16:44 +0100 |
commit | 9a2a15ea18f81c3adead01349923b67e3a183731 (patch) | |
tree | 6fc6868e13278a77565c44037920f70e08d37fcc /net-misc/mindterm | |
parent | net-misc/jrdesktop: Stop using ant-nodeps (diff) | |
download | gentoo-9a2a15ea18f81c3adead01349923b67e3a183731.tar.gz gentoo-9a2a15ea18f81c3adead01349923b67e3a183731.tar.bz2 gentoo-9a2a15ea18f81c3adead01349923b67e3a183731.zip |
net-misc/mindterm: Stop using ant-nodeps
Bug: https://bugs.gentoo.org/466558
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'net-misc/mindterm')
-rw-r--r-- | net-misc/mindterm/mindterm-3.4.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-misc/mindterm/mindterm-3.4.ebuild b/net-misc/mindterm/mindterm-3.4.ebuild index 456655a8cd16..d19408b6b94d 100644 --- a/net-misc/mindterm/mindterm-3.4.ebuild +++ b/net-misc/mindterm/mindterm-3.4.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="2" -WANT_ANT_TASKS="ant-nodeps" JAVA_PKG_IUSE="doc test examples" inherit eutils java-pkg-2 java-ant-2 @@ -40,7 +39,7 @@ src_prepare() { # Don't even compile RESTRICT="test" src_test() { - ANT_TASKS="ant-junit ant-nodeps" eant test \ + ANT_TASKS="ant-junit" eant test \ -Dgentoo.classpath="$(java-pkg_getjars jzlib,junit):mindterm.jar" } |