Bug: https://bugs.gentoo.org/683296
Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
+# Don't even compile
+RESTRICT="test mirror bindist"
+
COMMON_DEP="dev-java/jzlib:0"
RDEPEND=">=virtual/jre-1.4
${COMMON_DEP}"
rm -vr com/jcraft || die "Failed to remove bundled jcraft"
}
-# Don't even compile
-RESTRICT="test"
src_test() {
ANT_TASKS="ant-junit" eant test \
-Dgentoo.classpath="$(java-pkg_getjars jzlib,junit):mindterm.jar"