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 0578115800F for ; Sun, 19 Feb 2023 12:55:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12D80E08F2; Sun, 19 Feb 2023 12:55:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 EB30BE08F2 for ; Sun, 19 Feb 2023 12:55:08 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1409C3408B8 for ; Sun, 19 Feb 2023 12:55:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 746A48C9 for ; Sun, 19 Feb 2023 12:55:04 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1676811286.d6f4aea29d30cf706906ad4faeb2b4aac31b062c.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/vpnc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/vpnc/vpnc-0.5.3_p20220927-r1.ebuild X-VCS-Directories: net-vpn/vpnc/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: d6f4aea29d30cf706906ad4faeb2b4aac31b062c X-VCS-Branch: master Date: Sun, 19 Feb 2023 12:55:04 +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: 0daaf4d3-afad-4d41-bf31-cec9efd5721e X-Archives-Hash: 1bd2861d11a7ff977652d8bffaa5083c commit: d6f4aea29d30cf706906ad4faeb2b4aac31b062c Author: Arthur Zamarin gentoo org> AuthorDate: Sun Feb 19 12:54:46 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Feb 19 12:54:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6f4aea2 net-vpn/vpnc: Stabilize 0.5.3_p20220927-r1 arm, #895404 Signed-off-by: Arthur Zamarin gentoo.org> net-vpn/vpnc/vpnc-0.5.3_p20220927-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-vpn/vpnc/vpnc-0.5.3_p20220927-r1.ebuild b/net-vpn/vpnc/vpnc-0.5.3_p20220927-r1.ebuild index 48f81c81d6f9..b537cb81907c 100644 --- a/net-vpn/vpnc/vpnc-0.5.3_p20220927-r1.ebuild +++ b/net-vpn/vpnc/vpnc-0.5.3_p20220927-r1.ebuild @@ -16,7 +16,7 @@ else SRC_URI=" https://api.github.com/repos/streambinder/vpnc/tarball/fdd0de7 -> ${P}.tar.gz https://dev.gentoo.org/~soap/distfiles/${PN}-0.5.3-docs.tar.xz" - KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc ppc64 ~riscv ~sparc x86" + KEYWORDS="~amd64 arm arm64 ~loong ~ppc ppc64 ~riscv ~sparc x86" fi LICENSE="GPL-3"