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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 78C5115800A for ; Sun, 30 Jul 2023 02:39:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BA33E0B1C; Sun, 30 Jul 2023 02:39:20 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 660ADE0B1C for ; Sun, 30 Jul 2023 02:39:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9B13333F6A5 for ; Sun, 30 Jul 2023 02:39:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D04F8E8C for ; Sun, 30 Jul 2023 02:39:17 +0000 (UTC) From: "Steve Arnold" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Steve Arnold" Message-ID: <1690684722.924ed4b2f16398e95ceb27a73306a4f2f2dc8f20.nerdboy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/ipcalc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/ipcalc/ipcalc-0.42_p2.ebuild X-VCS-Directories: net-misc/ipcalc/ X-VCS-Committer: nerdboy X-VCS-Committer-Name: Steve Arnold X-VCS-Revision: 924ed4b2f16398e95ceb27a73306a4f2f2dc8f20 X-VCS-Branch: master Date: Sun, 30 Jul 2023 02:39:17 +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: 8b55de4c-5108-4907-8d5f-5db68d03c294 X-Archives-Hash: 9f8e55a5f3ceb8700b4dd1b95a8d0a5d commit: 924ed4b2f16398e95ceb27a73306a4f2f2dc8f20 Author: Steve Arnold gentoo org> AuthorDate: Sun Jul 30 02:38:42 2023 +0000 Commit: Steve Arnold gentoo org> CommitDate: Sun Jul 30 02:38:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=924ed4b2 net-misc/ipcalc: keyword 0.42_p2 for ~arm64, ~riscv Signed-off-by: Steve Arnold gentoo.org> net-misc/ipcalc/ipcalc-0.42_p2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/ipcalc/ipcalc-0.42_p2.ebuild b/net-misc/ipcalc/ipcalc-0.42_p2.ebuild index 0ad1312186d1..9cefbd6b65d9 100644 --- a/net-misc/ipcalc/ipcalc-0.42_p2.ebuild +++ b/net-misc/ipcalc/ipcalc-0.42_p2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ SRC_URI=" mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV/_p*}.orig.tar.gz mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV/_p/-}.debian.tar.xz " -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" SLOT="0" RDEPEND=">=dev-lang/perl-5.6.0"