From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3B304138334 for ; Thu, 18 Jul 2019 19:23:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92B68E081A; Thu, 18 Jul 2019 19:23:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7971CE081A for ; Thu, 18 Jul 2019 19:23:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0D690347FF5 for ; Thu, 18 Jul 2019 19:23:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87462703 for ; Thu, 18 Jul 2019 19:23:52 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1563477760.6e89c31e13b55f90e7e4299cf7ebea6879a1799d.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Conf-Libconfig/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0.ebuild X-VCS-Directories: dev-perl/Conf-Libconfig/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 6e89c31e13b55f90e7e4299cf7ebea6879a1799d X-VCS-Branch: master Date: Thu, 18 Jul 2019 19:23:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: be3d1ca5-5e1a-45a9-becb-551f84c0f8a5 X-Archives-Hash: ef131e09ba4db3e2c63a8ff6e97392b3 commit: 6e89c31e13b55f90e7e4299cf7ebea6879a1799d Author: Craig Andrews gentoo org> AuthorDate: Thu Jul 18 19:13:09 2019 +0000 Commit: Craig Andrews gentoo 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 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