diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-24 00:58:51 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-24 01:00:52 +0100 |
commit | 49c09e717500c3966a119daf39e28b0bbe75fe6e (patch) | |
tree | 99fb861f516c4e7e5109fb19732b7769e2847e8f /perl-core/CPAN | |
parent | dev-embedded/lpc21isp: add 1.97, drop 1.85 (diff) | |
download | gentoo-49c09e717500c3966a119daf39e28b0bbe75fe6e.tar.gz gentoo-49c09e717500c3966a119daf39e28b0bbe75fe6e.tar.bz2 gentoo-49c09e717500c3966a119daf39e28b0bbe75fe6e.zip |
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@gentoo.org>
Diffstat (limited to 'perl-core/CPAN')
-rw-r--r-- | perl-core/CPAN/CPAN-2.290.0-r1.ebuild (renamed from perl-core/CPAN/CPAN-2.290.0.ebuild) | 16 |
1 files 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 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... |