Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/mindterm/
Date: Sun, 04 Nov 2018 15:17:02
Message-Id: 1541344604.9a2a15ea18f81c3adead01349923b67e3a183731.pacho@gentoo
1 commit: 9a2a15ea18f81c3adead01349923b67e3a183731
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 4 15:14:44 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 4 15:16:44 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a2a15ea
7
8 net-misc/mindterm: Stop using ant-nodeps
9
10 Bug: https://bugs.gentoo.org/466558
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12 Package-Manager: Portage-2.3.51, Repoman-2.3.11
13
14 net-misc/mindterm/mindterm-3.4.ebuild | 5 ++---
15 1 file changed, 2 insertions(+), 3 deletions(-)
16
17 diff --git a/net-misc/mindterm/mindterm-3.4.ebuild b/net-misc/mindterm/mindterm-3.4.ebuild
18 index 456655a8cd1..d19408b6b94 100644
19 --- a/net-misc/mindterm/mindterm-3.4.ebuild
20 +++ b/net-misc/mindterm/mindterm-3.4.ebuild
21 @@ -1,8 +1,7 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="2"
27 -WANT_ANT_TASKS="ant-nodeps"
28 JAVA_PKG_IUSE="doc test examples"
29 inherit eutils java-pkg-2 java-ant-2
30
31 @@ -40,7 +39,7 @@ src_prepare() {
32 # Don't even compile
33 RESTRICT="test"
34 src_test() {
35 - ANT_TASKS="ant-junit ant-nodeps" eant test \
36 + ANT_TASKS="ant-junit" eant test \
37 -Dgentoo.classpath="$(java-pkg_getjars jzlib,junit):mindterm.jar"
38 }