commit: 49c09e717500c3966a119daf39e28b0bbe75fe6e
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 23 23:58:51 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Nov 24 00:00:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49c09e71
perl-core/CPAN: Declare only needed (=no) dependencies
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../CPAN/{CPAN-2.290.0.ebuild => CPAN-2.290.0-r1.ebuild} | 16 ++--------------
1 file changed, 2 insertions(+), 14 deletions(-)
diff --git a/perl-core/CPAN/CPAN-2.290.0.ebuild
b/perl-core/CPAN/CPAN-2.290.0-r1.ebuild
similarity index 77%
rename from perl-core/CPAN/CPAN-2.290.0.ebuild
rename to perl-core/CPAN/CPAN-2.290.0-r1.ebuild
index 64bc75944a76..988344ffee49 100644
--- a/perl-core/CPAN/CPAN-2.290.0.ebuild
+++ b/perl-core/CPAN/CPAN-2.290.0-r1.ebuild
@@ -10,9 +10,7 @@ inherit perl-module
DESCRIPTION="Query, download and build perl modules from CPAN sites"
SLOT="0"
-KEYWORDS="~amd64 ~m68k ~mips ~s390 ~x86 ~x64-cygwin ~amd64-linux ~x86-linux
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="+minimal ssl test"
-RESTRICT="!test? ( test )"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
CRAZYDEPS="
dev-perl/Archive-Zip
@@ -54,14 +52,4 @@ CRAZYDEPS="
dev-perl/YAML
dev-perl/YAML-Syck
"
-
-RDEPEND="
- !minimal? (
- ${CRAZYDEPS}
- ssl? ( dev-perl/LWP-Protocol-https )
- )
-"
-BDEPEND="
- virtual/perl-ExtUtils-MakeMaker
- test? ( ${RDEPEND} )
-"
+# ^ this is what should be in RDEPEND for *full* functionality...