commit:     b42f4823c916a631f6e7510b20f1984613885c08
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  4 05:49:38 2019 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> 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 <kentnl <AT> 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

Reply via email to