diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-05-25 21:06:25 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-05-25 21:25:50 +0200 |
commit | 4649f4620e6b2979d0412a2d17f8246b673f20ce (patch) | |
tree | 600f89d8df53681eb3a7445775fbfa4a3e26ace2 /virtual | |
parent | virtual/perl-Module-Load-Conditional: Add 5.36 as provider (diff) | |
download | gentoo-4649f4620e6b2979d0412a2d17f8246b673f20ce.tar.gz gentoo-4649f4620e6b2979d0412a2d17f8246b673f20ce.tar.bz2 gentoo-4649f4620e6b2979d0412a2d17f8246b673f20ce.zip |
virtual/perl-Module-Loaded: Add 5.36, remove 5.32 and 5.30 as provider
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/perl-Module-Loaded/perl-Module-Loaded-0.80.0-r15.ebuild (renamed from virtual/perl-Module-Loaded/perl-Module-Loaded-0.80.0-r14.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/virtual/perl-Module-Loaded/perl-Module-Loaded-0.80.0-r14.ebuild b/virtual/perl-Module-Loaded/perl-Module-Loaded-0.80.0-r15.ebuild index c32492a0ff86..60e2a370eb79 100644 --- a/virtual/perl-Module-Loaded/perl-Module-Loaded-0.80.0-r14.ebuild +++ b/virtual/perl-Module-Loaded/perl-Module-Loaded-0.80.0-r15.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DESCRIPTION="Virtual for ${PN#perl-}" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux" RDEPEND=" - || ( =dev-lang/perl-5.34* =dev-lang/perl-5.32* =dev-lang/perl-5.30* ~perl-core/${PN#perl-}-${PV} ) + || ( =dev-lang/perl-5.36* =dev-lang/perl-5.34* ~perl-core/${PN#perl-}-${PV} ) dev-lang/perl:= !<perl-core/${PN#perl-}-${PV} !>perl-core/${PN#perl-}-${PV}-r999 |