diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-05-25 21:15:56 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-05-25 21:26:11 +0200 |
commit | 0e24e6631843686a3eef6ddbbfbf71c64c71d51d (patch) | |
tree | 8f604a5263fc09ed1d62a5d6d1a57c5bc0576146 /virtual/perl-Pod-Escapes | |
parent | virtual/perl-Perl-OSType: Add 5.36, remove 5.32 and 5.30 as provider (diff) | |
download | gentoo-0e24e6631843686a3eef6ddbbfbf71c64c71d51d.tar.gz gentoo-0e24e6631843686a3eef6ddbbfbf71c64c71d51d.tar.bz2 gentoo-0e24e6631843686a3eef6ddbbfbf71c64c71d51d.zip |
virtual/perl-Pod-Escapes: Add 5.36, remove 5.32 and 5.30 as providers
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'virtual/perl-Pod-Escapes')
-rw-r--r-- | virtual/perl-Pod-Escapes/perl-Pod-Escapes-1.70.0-r9.ebuild (renamed from virtual/perl-Pod-Escapes/perl-Pod-Escapes-1.70.0-r8.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/perl-Pod-Escapes/perl-Pod-Escapes-1.70.0-r8.ebuild b/virtual/perl-Pod-Escapes/perl-Pod-Escapes-1.70.0-r9.ebuild index 1e590c10c712..39b3ab0c4e72 100644 --- a/virtual/perl-Pod-Escapes/perl-Pod-Escapes-1.70.0-r8.ebuild +++ b/virtual/perl-Pod-Escapes/perl-Pod-Escapes-1.70.0-r9.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 |