diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-05-25 20:54:14 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-05-25 21:11:40 +0200 |
commit | ab3892f0bf2425d553b577a011c89eb86072c97f (patch) | |
tree | f436df6e48f02112cf53ad341dd0b0864496f4c3 /virtual | |
parent | package.mask: more Perl 5.40 virtuals (diff) | |
download | gentoo-ab3892f0bf2425d553b577a011c89eb86072c97f.tar.gz gentoo-ab3892f0bf2425d553b577a011c89eb86072c97f.tar.bz2 gentoo-ab3892f0bf2425d553b577a011c89eb86072c97f.zip |
virtual/perl-CPAN-Meta: add 5.40, remove 5.36, 5.34 as provider
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.150.10-r8.ebuild (renamed from virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.150.10-r7.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.150.10-r7.ebuild b/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.150.10-r8.ebuild index a6771fe891b7..f93c72f6c323 100644 --- a/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.150.10-r7.ebuild +++ b/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.150.10-r8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,7 @@ 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" RDEPEND=" - || ( =dev-lang/perl-5.38* =dev-lang/perl-5.36* =dev-lang/perl-5.34* ~perl-core/${PN#perl-}-${PV} ) + || ( =dev-lang/perl-5.40* =dev-lang/perl-5.38* ~perl-core/${PN#perl-}-${PV} ) dev-lang/perl:= !<perl-core/${PN#perl-}-${PV} !>perl-core/${PN#perl-}-${PV}-r999 |