diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-08-06 23:10:14 +0300 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-08-06 23:21:56 +0300 |
commit | eef9c5162b79a83d25f77b686dc0286aad29e25f (patch) | |
tree | 1801fc841ed0e84faa9f8539b315be5f82ca7d24 /virtual/perl-Net-Ping | |
parent | virtual/perl-Module-Metadata: Add Perl 5.32 version (diff) | |
download | gentoo-eef9c5162b79a83d25f77b686dc0286aad29e25f.tar.gz gentoo-eef9c5162b79a83d25f77b686dc0286aad29e25f.tar.bz2 gentoo-eef9c5162b79a83d25f77b686dc0286aad29e25f.zip |
virtual/perl-Net-Ping: Add Perl 5.32 version
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'virtual/perl-Net-Ping')
-rw-r--r-- | virtual/perl-Net-Ping/perl-Net-Ping-2.720.0.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/virtual/perl-Net-Ping/perl-Net-Ping-2.720.0.ebuild b/virtual/perl-Net-Ping/perl-Net-Ping-2.720.0.ebuild new file mode 100644 index 000000000000..a18e02613b29 --- /dev/null +++ b/virtual/perl-Net-Ping/perl-Net-Ping-2.720.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2020 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 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x86-macos" + +RDEPEND=" + || ( =dev-lang/perl-5.32* ~perl-core/${PN#perl-}-${PV} ) + dev-lang/perl:= + !<perl-core/Net-Ping-${PV} + !>perl-core/Net-Ping-${PV}-r999 +" |