diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-11-26 17:27:41 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-11-26 17:28:02 +0100 |
commit | cbc7648e9ced629e748bcd7d4f547d3e3203999a (patch) | |
tree | fed695be88e014c02471dd555ba28dc11c0b88e9 /virtual | |
parent | package.mask: add Perl 5.38.1 corelist (diff) | |
download | gentoo-cbc7648e9ced629e748bcd7d4f547d3e3203999a.tar.gz gentoo-cbc7648e9ced629e748bcd7d4f547d3e3203999a.tar.bz2 gentoo-cbc7648e9ced629e748bcd7d4f547d3e3203999a.zip |
virtual/perl-Module-CoreList: add 5.202.311.250
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.311.250.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/virtual/perl-Module-CoreList/perl-Module-CoreList-5.202.311.250.ebuild b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.202.311.250.ebuild new file mode 100644 index 000000000000..c577185d4634 --- /dev/null +++ b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.202.311.250.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.1 ~perl-core/${PN#perl-}-${PV} ) + dev-lang/perl:= + !<perl-core/${PN#perl-}-${PV} + !>perl-core/${PN#perl-}-${PV}-r999 +" |