diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-05-20 23:38:20 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-05-20 23:39:27 +0200 |
commit | c1147e3cba14fb419f758cf18e2cb7549a0d902c (patch) | |
tree | bb3ee9019316b6ddd8ccba93780178571ec00eb2 /virtual/perl-Module-CoreList | |
parent | package.mask: Add last missing Perl 5.34 virtual (diff) | |
download | gentoo-c1147e3cba14fb419f758cf18e2cb7549a0d902c.tar.gz gentoo-c1147e3cba14fb419f758cf18e2cb7549a0d902c.tar.bz2 gentoo-c1147e3cba14fb419f758cf18e2cb7549a0d902c.zip |
virtual/perl-Module-CoreList: Add 5.34.0 version
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'virtual/perl-Module-CoreList')
-rw-r--r-- | virtual/perl-Module-CoreList/perl-Module-CoreList-5.202.105.200.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/virtual/perl-Module-CoreList/perl-Module-CoreList-5.202.105.200.ebuild b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.202.105.200.ebuild new file mode 100644 index 000000000000..c9a7ed416737 --- /dev/null +++ b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.202.105.200.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Virtual for ${PN#perl-}" +SLOT="0" +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" + +# Check https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/virtual/perl-Module-CoreList +# When bumping this package. +RDEPEND=" + || ( =dev-lang/perl-5.34.0* ~perl-core/${PN#perl-}-${PV} ) + dev-lang/perl:= + !<perl-core/${PN#perl-}-${PV} + !>perl-core/${PN#perl-}-${PV}-r999 +" |