diff options
author | 2022-05-23 21:01:55 +0200 | |
---|---|---|
committer | 2022-05-23 21:05:15 +0200 | |
commit | e1c6d62ffdf4cf9f53a58ffd174d11ab6a3ed969 (patch) | |
tree | ad752a190baf960448f250ebbe2a3a9a57d66b85 /virtual | |
parent | virtual/perl-Filter-Simple: Add 5.36, remove 5.32 as provider (diff) | |
download | gentoo-e1c6d62ffdf4cf9f53a58ffd174d11ab6a3ed969.tar.gz gentoo-e1c6d62ffdf4cf9f53a58ffd174d11ab6a3ed969.tar.bz2 gentoo-e1c6d62ffdf4cf9f53a58ffd174d11ab6a3ed969.zip |
virtual/perl-Getopt-Long: Add 5.36 as provider
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/perl-Getopt-Long/perl-Getopt-Long-2.520.0-r1.ebuild (renamed from virtual/perl-Getopt-Long/perl-Getopt-Long-2.520.0.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/perl-Getopt-Long/perl-Getopt-Long-2.520.0.ebuild b/virtual/perl-Getopt-Long/perl-Getopt-Long-2.520.0-r1.ebuild index a2ade6bd9e4e..39b3ab0c4e72 100644 --- a/virtual/perl-Getopt-Long/perl-Getopt-Long-2.520.0.ebuild +++ b/virtual/perl-Getopt-Long/perl-Getopt-Long-2.520.0-r1.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* ~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 |