diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-05-25 21:08:40 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-05-25 21:25:56 +0200 |
commit | 35c82a9e9431fa6508b0affa2c688419df4091e7 (patch) | |
tree | f46ee3d8c2f91615aefbc1dbf1783e233d0cae47 /virtual | |
parent | virtual/perl-Module-Metadata: Add 5.36, remove 5.32 as provider (diff) | |
download | gentoo-35c82a9e9431fa6508b0affa2c688419df4091e7.tar.gz gentoo-35c82a9e9431fa6508b0affa2c688419df4091e7.tar.bz2 gentoo-35c82a9e9431fa6508b0affa2c688419df4091e7.zip |
virtual/perl-Net-Ping: Add 5.36 as provider
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/perl-Net-Ping/perl-Net-Ping-2.740.0-r1.ebuild (renamed from virtual/perl-Net-Ping/perl-Net-Ping-2.740.0.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/perl-Net-Ping/perl-Net-Ping-2.740.0.ebuild b/virtual/perl-Net-Ping/perl-Net-Ping-2.740.0-r1.ebuild index f55c5cb77a0d..c3fb183c7d40 100644 --- a/virtual/perl-Net-Ping/perl-Net-Ping-2.740.0.ebuild +++ b/virtual/perl-Net-Ping/perl-Net-Ping-2.740.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/Net-Ping-${PV} !>perl-core/Net-Ping-${PV}-r999 |