diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-03-15 02:03:19 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-03-15 17:41:43 +0100 |
commit | 5bdcfad960cd08f9c37bb1911b8861ce93abcb2a (patch) | |
tree | 404c37f0cfca74de7cbeba179237381fd935c6fe /virtual/perl-Module-CoreList | |
parent | virtual/perl-Encode: Add 5.34.1 virtual (diff) | |
download | gentoo-5bdcfad960cd08f9c37bb1911b8861ce93abcb2a.tar.gz gentoo-5bdcfad960cd08f9c37bb1911b8861ce93abcb2a.tar.bz2 gentoo-5bdcfad960cd08f9c37bb1911b8861ce93abcb2a.zip |
virtual/perl-Module-CoreList: Add 5.34.1 version
Package-Manager: Portage-3.0.30, Repoman-3.0.3
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.203.130.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/virtual/perl-Module-CoreList/perl-Module-CoreList-5.202.203.130.ebuild b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.202.203.130.ebuild new file mode 100644 index 000000000000..73a0c15f25a7 --- /dev/null +++ b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.202.203.130.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 ~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.1* ~perl-core/${PN#perl-}-${PV} ) + dev-lang/perl:= + !<perl-core/${PN#perl-}-${PV} + !>perl-core/${PN#perl-}-${PV}-r999 +" |