diff options
author | 2023-06-03 16:11:47 +0200 | |
---|---|---|
committer | 2023-06-03 16:19:06 +0200 | |
commit | a1c792cd898def49abe13992a2baa71fd94e8620 (patch) | |
tree | ae998191c1897eb385e28a0990db96f478b8d396 /virtual | |
parent | virtual/perl-MIME-Base64: add 3.160.100_rc (diff) | |
download | gentoo-a1c792cd898def49abe13992a2baa71fd94e8620.tar.gz gentoo-a1c792cd898def49abe13992a2baa71fd94e8620.tar.bz2 gentoo-a1c792cd898def49abe13992a2baa71fd94e8620.zip |
virtual/perl-Module-CoreList: add 5.202.305.200
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.305.200.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/virtual/perl-Module-CoreList/perl-Module-CoreList-5.202.305.200.ebuild b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.202.305.200.ebuild new file mode 100644 index 000000000000..a51e53d44ffa --- /dev/null +++ b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.202.305.200.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2023 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 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" + +# Check https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/virtual/perl-Module-CoreList +# When bumping this package. +RDEPEND=" + || ( ~dev-lang/perl-5.38.0_rc0 ~perl-core/${PN#perl-}-${PV} ) + dev-lang/perl:= + !<perl-core/${PN#perl-}-${PV} + !>perl-core/${PN#perl-}-${PV}-r999 +" |