diff options
author | 2021-05-20 02:37:07 +0000 | |
---|---|---|
committer | 2021-05-20 03:15:58 +0000 | |
commit | 70b0c919ab3729b2d53d8b6c59770b0d2a83e7e6 (patch) | |
tree | acf90fdfd7a589a7497e3a8d074f2da73154d501 /virtual/perl-Net-Ping/perl-Net-Ping-2.740.0.ebuild | |
parent | virtual/perl-Module-Metadata: add 5.34 as provider (diff) | |
download | gentoo-70b0c919ab3729b2d53d8b6c59770b0d2a83e7e6.tar.gz gentoo-70b0c919ab3729b2d53d8b6c59770b0d2a83e7e6.tar.bz2 gentoo-70b0c919ab3729b2d53d8b6c59770b0d2a83e7e6.zip |
virtual/perl-Net-Ping: add 5.34 version
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'virtual/perl-Net-Ping/perl-Net-Ping-2.740.0.ebuild')
-rw-r--r-- | virtual/perl-Net-Ping/perl-Net-Ping-2.740.0.ebuild | 15 |
1 files changed, 15 insertions, 0 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.ebuild new file mode 100644 index 000000000000..d086f58ca4bd --- /dev/null +++ b/virtual/perl-Net-Ping/perl-Net-Ping-2.740.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Virtual for ${PN#perl-}" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~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:= + !<perl-core/Net-Ping-${PV} + !>perl-core/Net-Ping-${PV}-r999 +" |