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 ADB86139084 for ; Mon, 11 Dec 2017 19:27:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F8B4E108A; Mon, 11 Dec 2017 19:27:51 +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 E2669E108A for ; Mon, 11 Dec 2017 19:27:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 F0BCE33BF01 for ; Mon, 11 Dec 2017 19:27:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2FA1AE80 for ; Mon, 11 Dec 2017 19:27:46 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1513020458.fbec1b3e84dc9a167f77e50b7be28a8e16efba21.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTTP-Cache-Transparent/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/HTTP-Cache-Transparent/HTTP-Cache-Transparent-1.400.0.ebuild X-VCS-Directories: dev-perl/HTTP-Cache-Transparent/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: fbec1b3e84dc9a167f77e50b7be28a8e16efba21 X-VCS-Branch: master Date: Mon, 11 Dec 2017 19:27:46 +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-Archives-Salt: 8520a279-4b67-4961-8a35-7623d0e64797 X-Archives-Hash: 11caf7e12d0fb32524dba424c8fe26d2 commit: fbec1b3e84dc9a167f77e50b7be28a8e16efba21 Author: Kent Fredric gentoo org> AuthorDate: Mon Dec 11 14:24:33 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Mon Dec 11 19:27:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbec1b3e dev-perl/HTTP-Cache-Transparent: Fix missing test dep on Test-RequiresInternet t/cache.t uses Test::RequiresInternet Package-Manager: Portage-2.3.14, Repoman-2.3.6 .../HTTP-Cache-Transparent/HTTP-Cache-Transparent-1.400.0.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-perl/HTTP-Cache-Transparent/HTTP-Cache-Transparent-1.400.0.ebuild b/dev-perl/HTTP-Cache-Transparent/HTTP-Cache-Transparent-1.400.0.ebuild index 98b151d56d4..1e2e1d86bb2 100644 --- a/dev-perl/HTTP-Cache-Transparent/HTTP-Cache-Transparent-1.400.0.ebuild +++ b/dev-perl/HTTP-Cache-Transparent/HTTP-Cache-Transparent-1.400.0.ebuild @@ -18,7 +18,10 @@ RDEPEND="dev-perl/libwww-perl virtual/perl-Digest-MD5 virtual/perl-Storable" DEPEND="${RDEPEND} - test? ( virtual/perl-Test-Simple )" + test? ( + dev-perl/Test-RequiresInternet + virtual/perl-Test-Simple + )" src_test() { perl_rm_files t/pod.t t/pod-coverage.t