diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-05-21 22:34:06 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-05-21 22:37:49 +0200 |
commit | d2f1868d90e12dc1ea20d5aeeee03c5c07666248 (patch) | |
tree | f6f2b36ff179d4a23a9103737fc5d7baf9789c37 /virtual | |
parent | virtual/perl-autodie: Add 5.36 as provider (diff) | |
download | gentoo-d2f1868d90e12dc1ea20d5aeeee03c5c07666248.tar.gz gentoo-d2f1868d90e12dc1ea20d5aeeee03c5c07666248.tar.bz2 gentoo-d2f1868d90e12dc1ea20d5aeeee03c5c07666248.zip |
virtual/perl-AutoLoader: 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-AutoLoader/perl-AutoLoader-5.740.0-r11.ebuild (renamed from virtual/perl-AutoLoader/perl-AutoLoader-5.740.0-r10.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/perl-AutoLoader/perl-AutoLoader-5.740.0-r10.ebuild b/virtual/perl-AutoLoader/perl-AutoLoader-5.740.0-r11.ebuild index 1e590c10c712..39b3ab0c4e72 100644 --- a/virtual/perl-AutoLoader/perl-AutoLoader-5.740.0-r10.ebuild +++ b/virtual/perl-AutoLoader/perl-AutoLoader-5.740.0-r11.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2022 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 ~loong ~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" 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 |