diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-23 23:27:28 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-23 23:27:38 +0100 |
commit | 1bd334d0302261396a1e1514d349022f31367ebc (patch) | |
tree | e54bc16d701a4a4c7c039943560110b085581ceb /perl-core | |
parent | dev-util/cppcheck: add a missing dependency from qt5 to 2.4.1 too (diff) | |
download | gentoo-1bd334d0302261396a1e1514d349022f31367ebc.tar.gz gentoo-1bd334d0302261396a1e1514d349022f31367ebc.tar.bz2 gentoo-1bd334d0302261396a1e1514d349022f31367ebc.zip |
perl-core/CPAN: Add missing useflag
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-core/CPAN/CPAN-2.290.0.ebuild b/perl-core/CPAN/CPAN-2.290.0.ebuild index 9fcf0d2d6ab2..5885635e7817 100644 --- a/perl-core/CPAN/CPAN-2.290.0.ebuild +++ b/perl-core/CPAN/CPAN-2.290.0.ebuild @@ -11,7 +11,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" +IUSE="+minimal ssl test" CRAZYDEPS=" dev-perl/Archive-Zip |