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 C0732138335 for ; Fri, 4 Jan 2019 05:51:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C504FE09A6; Fri, 4 Jan 2019 05:51:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 98C91E09A6 for ; Fri, 4 Jan 2019 05:51:03 +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 678F4335CD2 for ; Fri, 4 Jan 2019 05:51:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBC6C506 for ; Fri, 4 Jan 2019 05:50:59 +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: <1546580986.b42f4823c916a631f6e7510b20f1984613885c08.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-Cover/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Devel-Cover/Devel-Cover-1.290.0-r1.ebuild dev-perl/Devel-Cover/Devel-Cover-1.290.0.ebuild X-VCS-Directories: dev-perl/Devel-Cover/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: b42f4823c916a631f6e7510b20f1984613885c08 X-VCS-Branch: master Date: Fri, 4 Jan 2019 05:50:59 +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: ae915d8e-8662-4117-b837-c6eb998aa643 X-Archives-Hash: d1e5dc0a5328392df5de9249d83611ab commit: b42f4823c916a631f6e7510b20f1984613885c08 Author: Kent Fredric gentoo org> AuthorDate: Fri Jan 4 05:49:38 2019 +0000 Commit: Kent Fredric gentoo org> CommitDate: Fri Jan 4 05:49:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b42f4823 dev-perl/Devel-Cover: Move dep for B::Debug to dev-perl/B-Debug Devel-Cover is the only package in tree that indicates it requires B::Debug. More over, no packages we have in gentoo turn up on CPAN when grepped for consumption of B::Debug Therefor, we're just going to skip the shenigans with virtuals and make all consumers ( who we remeber, are all in ~arch ) simply pull dev-perl/B-Debug This won't cause any problems with older virtual versions existing, as no package exists requiring a specific version of B-Debug, so the multi-way conflict virtuals typically do with perl-core/ are not necessary here. So, Devel-Cover is safe to force installing a CPAN version of B-Debug on any perl. Bug: https://bugs.gentoo.org/661202 Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Kent Fredric gentoo.org> .../{Devel-Cover-1.290.0.ebuild => Devel-Cover-1.290.0-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/Devel-Cover/Devel-Cover-1.290.0.ebuild b/dev-perl/Devel-Cover/Devel-Cover-1.290.0-r1.ebuild similarity index 93% rename from dev-perl/Devel-Cover/Devel-Cover-1.290.0.ebuild rename to dev-perl/Devel-Cover/Devel-Cover-1.290.0-r1.ebuild index 15c773daf3e..3d7dc40cff3 100644 --- a/dev-perl/Devel-Cover/Devel-Cover-1.290.0.ebuild +++ b/dev-perl/Devel-Cover/Devel-Cover-1.290.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~x86" IUSE="minimal test" RDEPEND=" - virtual/perl-B-Debug + dev-perl/B-Debug virtual/perl-Digest-MD5 virtual/perl-Storable >=dev-perl/HTML-Parser-3.690.0