commit: 6e89c31e13b55f90e7e4299cf7ebea6879a1799d
Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 18 19:13:09 2019 +0000
Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Thu Jul 18 19:22:40 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e89c31e
dev-perl/Conf-Libconfig: remove test dependency on dev-perl/Test-Pod
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0.ebuild | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0.ebuild
b/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0.ebuild
index ec3993e513a..35136b147d8 100644
--- a/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0.ebuild
+++ b/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0.ebuild
@@ -15,12 +15,17 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
+PERL_RM_FILES=(
+ "t/boilerplate.t"
+ "t/pod-coverage.t"
+ "t/pod-spell.t"
+ "t/pod.t"
+)
RDEPEND="dev-libs/libconfig
virtual/perl-XSLoader"
DEPEND="${RDEPEND}
dev-perl/ExtUtils-PkgConfig
test? (
- dev-perl/Test-Pod
>=dev-perl/Test-Exception-0.430.0
>=dev-perl/Test-Deep-1.127.0
>=dev-perl/Test-Warn-0.320.0