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 D43D8138334 for ; Wed, 17 Jul 2019 11:54:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E4CFE0830; Wed, 17 Jul 2019 11:54:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 03FCDE0830 for ; Wed, 17 Jul 2019 11:54:41 +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 026C3347E40 for ; Wed, 17 Jul 2019 11:54:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6FBD558B for ; Wed, 17 Jul 2019 11:54:39 +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: <1563364471.13642648f1d2a04ea8c7a08ae6df7b94e9f841c7.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Compile-SOAP/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/XML-Compile-SOAP/XML-Compile-SOAP-3.240.0-r1.ebuild dev-perl/XML-Compile-SOAP/XML-Compile-SOAP-3.240.0.ebuild X-VCS-Directories: dev-perl/XML-Compile-SOAP/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 13642648f1d2a04ea8c7a08ae6df7b94e9f841c7 X-VCS-Branch: master Date: Wed, 17 Jul 2019 11:54:39 +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: 26155929-8faf-47a6-a9c1-f6e5e29f0a8c X-Archives-Hash: 7b88a5304b70bc85b9078a1ba3b3fc7b commit: 13642648f1d2a04ea8c7a08ae6df7b94e9f841c7 Author: Kent Fredric gentoo org> AuthorDate: Wed Jul 17 11:54:13 2019 +0000 Commit: Kent Fredric gentoo org> CommitDate: Wed Jul 17 11:54:31 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13642648 dev-perl/XML-Compile-SOAP: Fix missing Test-Deep dep bug #663408 Bug: https://bugs.gentoo.org/663408 Bug: https://rt.cpan.org/Ticket/Display.html?id=130096 Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric gentoo.org> ...-Compile-SOAP-3.240.0.ebuild => XML-Compile-SOAP-3.240.0-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-perl/XML-Compile-SOAP/XML-Compile-SOAP-3.240.0.ebuild b/dev-perl/XML-Compile-SOAP/XML-Compile-SOAP-3.240.0-r1.ebuild similarity index 91% rename from dev-perl/XML-Compile-SOAP/XML-Compile-SOAP-3.240.0.ebuild rename to dev-perl/XML-Compile-SOAP/XML-Compile-SOAP-3.240.0-r1.ebuild index db47b202e59..9dac7b577f1 100644 --- a/dev-perl/XML-Compile-SOAP/XML-Compile-SOAP-3.240.0.ebuild +++ b/dev-perl/XML-Compile-SOAP/XML-Compile-SOAP-3.240.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -25,6 +25,7 @@ RDEPEND=" DEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker test? ( + dev-perl/Test-Deep >=virtual/perl-Test-Simple-0.540.0 >=dev-perl/XML-Compile-Tester-0.900.0 )