diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-01-26 01:53:23 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-01-26 02:01:44 +0200 |
commit | c9948e1511551c7b727eba03c9d0ed90b137c563 (patch) | |
tree | e7676255a4fae0dea2daa7cc0f91f563d34d897b /virtual | |
parent | virtual/perl-Data-Dumper: Add Perl 5.32.1 version (diff) | |
download | gentoo-c9948e1511551c7b727eba03c9d0ed90b137c563.tar.gz gentoo-c9948e1511551c7b727eba03c9d0ed90b137c563.tar.bz2 gentoo-c9948e1511551c7b727eba03c9d0ed90b137c563.zip |
virtual/perl-Module-CoreList: Add Perl 5.32.1 version
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/perl-Module-CoreList/perl-Module-CoreList-5.202.101.230.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/virtual/perl-Module-CoreList/perl-Module-CoreList-5.202.101.230.ebuild b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.202.101.230.ebuild new file mode 100644 index 000000000000..26362095aa16 --- /dev/null +++ b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.202.101.230.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +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.32.1* ~perl-core/${PN#perl-}-${PV} ) + dev-lang/perl:= + !<perl-core/${PN#perl-}-${PV} + !>perl-core/${PN#perl-}-${PV}-r999 +" |