diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-23 23:33:41 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-23 23:33:53 +0100 |
commit | df554b61f296ebd61c8581ba5f7b50f3048ebd38 (patch) | |
tree | 30623c921dde0fe7761f7708c7ebd565ff7fcc9f /perl-core | |
parent | media-plugins/frei0r-plugins: fix opencv use deps (needs contribdnn, features2d) (diff) | |
download | gentoo-df554b61f296ebd61c8581ba5f7b50f3048ebd38.tar.gz gentoo-df554b61f296ebd61c8581ba5f7b50f3048ebd38.tar.bz2 gentoo-df554b61f296ebd61c8581ba5f7b50f3048ebd38.zip |
perl-core/CPAN: and add RESTRICT
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')
-rw-r--r-- | perl-core/CPAN/CPAN-2.290.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-core/CPAN/CPAN-2.290.0.ebuild b/perl-core/CPAN/CPAN-2.290.0.ebuild index 5885635e7817..64bc75944a76 100644 --- a/perl-core/CPAN/CPAN-2.290.0.ebuild +++ b/perl-core/CPAN/CPAN-2.290.0.ebuild @@ -12,6 +12,7 @@ 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 )" CRAZYDEPS=" dev-perl/Archive-Zip |