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 43659139694 for ; Fri, 30 Jun 2017 01:32:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A53B6214007; Fri, 30 Jun 2017 01:32:25 +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 84722214007 for ; Fri, 30 Jun 2017 01:32:25 +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 5BE20341748 for ; Fri, 30 Jun 2017 01:32:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C761A7478 for ; Fri, 30 Jun 2017 01:32:22 +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: <1498786336.b7542826a9fa9831fddc236d9d961c5a6d50b414.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/SOAP-WSDL/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/SOAP-WSDL/SOAP-WSDL-3.3.0.ebuild X-VCS-Directories: dev-perl/SOAP-WSDL/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: b7542826a9fa9831fddc236d9d961c5a6d50b414 X-VCS-Branch: master Date: Fri, 30 Jun 2017 01:32:22 +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: e77ec5e6-0461-48fd-ad5b-59a0748889f6 X-Archives-Hash: ec6483cc51b951ebfd7c9b977d598824 commit: b7542826a9fa9831fddc236d9d961c5a6d50b414 Author: Kent Fredric gentoo org> AuthorDate: Fri Jun 30 01:31:49 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Fri Jun 30 01:32:16 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7542826 dev-perl/SOAP-WSDL: Fix test dependency on dev-perl/CGI Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-perl/SOAP-WSDL/SOAP-WSDL-3.3.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-perl/SOAP-WSDL/SOAP-WSDL-3.3.0.ebuild b/dev-perl/SOAP-WSDL/SOAP-WSDL-3.3.0.ebuild index 77156cd5110..a7b28100467 100644 --- a/dev-perl/SOAP-WSDL/SOAP-WSDL-3.3.0.ebuild +++ b/dev-perl/SOAP-WSDL/SOAP-WSDL-3.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -34,6 +34,7 @@ RDEPEND=" DEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker test? ( + dev-perl/CGI virtual/perl-Test-Simple virtual/perl-Getopt-Long virtual/perl-Storable