From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E966D138262 for ; Sat, 21 May 2016 21:46:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4673B141E9; Sat, 21 May 2016 21:46:28 +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 E1C02141E9 for ; Sat, 21 May 2016 21:46:27 +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 90E2F34092D for ; Sat, 21 May 2016 21:46:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3C1B964 for ; Sat, 21 May 2016 21:46:21 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1463867173.5960753f49be0c3e9bcc9fb5d292b5764020cde2.dilfridge@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.250.0.ebuild X-VCS-Directories: dev-perl/CGI/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 5960753f49be0c3e9bcc9fb5d292b5764020cde2 X-VCS-Branch: master Date: Sat, 21 May 2016 21:46:21 +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: 37a3a9d6-ab0e-499f-841f-026f32ea8b7d X-Archives-Hash: 9229929f67355af45798d46f58f0be31 commit: 5960753f49be0c3e9bcc9fb5d292b5764020cde2 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat May 21 21:46:13 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sat May 21 21:46:13 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5960753f dev-perl/CGI: Add missing dependency, bug 571042 Package-Manager: portage-2.3.0_rc1 dev-perl/CGI/CGI-4.250.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-perl/CGI/CGI-4.250.0.ebuild b/dev-perl/CGI/CGI-4.250.0.ebuild index 6e45b87..17e1c00 100644 --- a/dev-perl/CGI/CGI-4.250.0.ebuild +++ b/dev-perl/CGI/CGI-4.250.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 )