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 2439C158021 for ; Tue, 29 Nov 2022 18:06:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 235B0E0896; Tue, 29 Nov 2022 18:06:33 +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 0BD78E0896 for ; Tue, 29 Nov 2022 18:06:33 +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 16F59340C76 for ; Tue, 29 Nov 2022 18:06:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6634C76D for ; Tue, 29 Nov 2022 18:06:30 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1669745085.3ef32fd1c54e4ae901f52b6e8d05980cfe638e9e.xen0n@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.ebuild X-VCS-Directories: net-vpn/vpnc/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 3ef32fd1c54e4ae901f52b6e8d05980cfe638e9e X-VCS-Branch: master Date: Tue, 29 Nov 2022 18:06:30 +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: e83fb762-c99d-4f52-a6f6-ae48f6cb6a06 X-Archives-Hash: 7b3ef2aae3fdb5089424c596dec8e4f0 commit: 3ef32fd1c54e4ae901f52b6e8d05980cfe638e9e Author: WANG Xuerui gentoo org> AuthorDate: Tue Nov 29 16:26:41 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Tue Nov 29 18:04:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ef32fd1 net-vpn/vpnc: keyword 0.5.3_p20220927 for ~loong Signed-off-by: WANG Xuerui gentoo.org> net-vpn/vpnc/vpnc-0.5.3_p20220927.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-vpn/vpnc/vpnc-0.5.3_p20220927.ebuild b/net-vpn/vpnc/vpnc-0.5.3_p20220927.ebuild index d62312b59c91..743b2ec9d6b1 100644 --- a/net-vpn/vpnc/vpnc-0.5.3_p20220927.ebuild +++ b/net-vpn/vpnc/vpnc-0.5.3_p20220927.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 ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" fi LICENSE="GPL-3"