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 39933139085 for ; Wed, 21 Dec 2016 19:15:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3DC9E0CC2; Wed, 21 Dec 2016 19:15:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AC8BDE0CC2 for ; Wed, 21 Dec 2016 19:15:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 71912340EDA for ; Wed, 21 Dec 2016 19:15:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C4851AE8 for ; Wed, 21 Dec 2016 19:15:32 +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: <1482347641.e17257b0acab792fcfe9291fc06a534892dee4f2.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/CGI/CGI-4.220.0.ebuild X-VCS-Directories: dev-perl/CGI/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: e17257b0acab792fcfe9291fc06a534892dee4f2 X-VCS-Branch: master Date: Wed, 21 Dec 2016 19:15:32 +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: b82e5d34-0c42-44d7-8212-c4e2d060359e X-Archives-Hash: 5d0551ca898b5642f5a23860f714373f commit: e17257b0acab792fcfe9291fc06a534892dee4f2 Author: Kent Fredric gentoo org> AuthorDate: Wed Dec 21 19:13:26 2016 +0000 Commit: Kent Fredric gentoo org> CommitDate: Wed Dec 21 19:14:01 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e17257b0 dev-perl/CGI: Fix missing test dep re bug #603366 This was an upstream underspecification issue as well that is already fixed in the other CGI ebuilds, but this one missed the fix. Bug: https://bugs.gentoo.org/603366 Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-perl/CGI/CGI-4.220.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-perl/CGI/CGI-4.220.0.ebuild b/dev-perl/CGI/CGI-4.220.0.ebuild index 8915f6d..9681ae2 100644 --- a/dev-perl/CGI/CGI-4.220.0.ebuild +++ b/dev-perl/CGI/CGI-4.220.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -28,6 +28,7 @@ DEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker test? ( >=virtual/perl-Test-Simple-0.980.0 + dev-perl/Test-Deep dev-perl/Test-Warn dev-perl/Test-NoWarnings )