diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-05-25 21:02:20 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-05-25 21:25:41 +0200 |
commit | e2dc8c07af4e3395807711e789532d7a33133d27 (patch) | |
tree | 49f215a48b945af7f5ecaf7b75c83a33a410c9b1 /virtual | |
parent | package.mask: Continue with Perl 5.36 virtuals (diff) | |
download | gentoo-e2dc8c07af4e3395807711e789532d7a33133d27.tar.gz gentoo-e2dc8c07af4e3395807711e789532d7a33133d27.tar.bz2 gentoo-e2dc8c07af4e3395807711e789532d7a33133d27.zip |
virtual/perl-Module-CoreList: Add 5.36.0-RC3 version
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.205.200.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/virtual/perl-Module-CoreList/perl-Module-CoreList-5.202.205.200.ebuild b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.202.205.200.ebuild new file mode 100644 index 000000000000..825b2e6fc2ae --- /dev/null +++ b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.202.205.200.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Virtual for ${PN#perl-}" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~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.36.0_rc3* ~perl-core/${PN#perl-}-${PV} ) + dev-lang/perl:= + !<perl-core/${PN#perl-}-${PV} + !>perl-core/${PN#perl-}-${PV}-r999 +" |