From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BA18D13835A for ; Wed, 3 Feb 2021 02:31:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0ACA2E0957; Wed, 3 Feb 2021 02:31:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E16B3E0956 for ; Wed, 3 Feb 2021 02:31:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CAD2534198B for ; Wed, 3 Feb 2021 02:31:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FBFC4C2 for ; Wed, 3 Feb 2021 02:31:02 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1612319452.3ecbc0d2f7c0a2fe4e6189ef55eb4cfe457e15a0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/perl-Net-Ping/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/perl-Net-Ping/perl-Net-Ping-2.710.0.ebuild X-VCS-Directories: virtual/perl-Net-Ping/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3ecbc0d2f7c0a2fe4e6189ef55eb4cfe457e15a0 X-VCS-Branch: master Date: Wed, 3 Feb 2021 02:31:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 81dfafda-01fb-4edf-be1c-41b7a77d6df4 X-Archives-Hash: 8901e0c9a599b102b3e6d481ec88da8b commit: 3ecbc0d2f7c0a2fe4e6189ef55eb4cfe457e15a0 Author: Sam James gentoo org> AuthorDate: Wed Feb 3 02:23:59 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Feb 3 02:30:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ecbc0d2 virtual/perl-Net-Ping: fix MissingVirtualKeywords (hppa, ~riscv) Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> virtual/perl-Net-Ping/perl-Net-Ping-2.710.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtual/perl-Net-Ping/perl-Net-Ping-2.710.0.ebuild b/virtual/perl-Net-Ping/perl-Net-Ping-2.710.0.ebuild index d886a36d991..a0ce730efd2 100644 --- a/virtual/perl-Net-Ping/perl-Net-Ping-2.710.0.ebuild +++ b/virtual/perl-Net-Ping/perl-Net-Ping-2.710.0.ebuild @@ -5,7 +5,7 @@ EAPI=6 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" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux" RDEPEND=" || ( =dev-lang/perl-5.30* ~perl-core/${PN#perl-}-${PV} )