diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-23 22:48:05 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-23 23:07:54 +0100 |
commit | 571bda8b457880e11b5f50655ba24bc9c5632fbc (patch) | |
tree | 76dd440085400f488679a52cc10c040a139d5cda /virtual/perl-CPAN | |
parent | perl-core/CPAN: Version bump (diff) | |
download | gentoo-571bda8b457880e11b5f50655ba24bc9c5632fbc.tar.gz gentoo-571bda8b457880e11b5f50655ba24bc9c5632fbc.tar.bz2 gentoo-571bda8b457880e11b5f50655ba24bc9c5632fbc.zip |
virtual/perl-CPAN: Version bump 2.29
http://blogs.perl.org/users/neilb/2021/11/addressing-cpan-vulnerabilities-related-to-checksums.html
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'virtual/perl-CPAN')
-rw-r--r-- | virtual/perl-CPAN/perl-CPAN-2.290.0.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/virtual/perl-CPAN/perl-CPAN-2.290.0.ebuild b/virtual/perl-CPAN/perl-CPAN-2.290.0.ebuild new file mode 100644 index 000000000000..d26c347fadab --- /dev/null +++ b/virtual/perl-CPAN/perl-CPAN-2.290.0.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Virtual for ${PN#perl-}" +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" + +RDEPEND=" + ~perl-core/${PN#perl-}-${PV} + dev-lang/perl:= +" |