Closes: https://bugs.gentoo.org/625656
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
RDEPEND="virtual/perl-IO"
DEPEND="virtual/perl-ExtUtils-MakeMaker
- test? ( virtual/perl-Test-Simple )
${RDEPEND}"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="test"
+
+src_test() {
+ einfo "Tests deactivated; need network connectivity"
+}