From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 472FA158287 for ; Wed, 14 May 2025 12:35:43 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 32339343781 for ; Wed, 14 May 2025 12:35:43 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id AFDAF110105; Wed, 14 May 2025 12:33:31 +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 bobolink.gentoo.org (Postfix) with ESMTPS id A7EEC110105 for ; Wed, 14 May 2025 12:33:31 +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 6723734367D for ; Wed, 14 May 2025 12:33:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04D672084 for ; Wed, 14 May 2025 12:33:30 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1747225997.f6a6e947a570ac2f48e09e08395b3ff6e3f65bcd.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/openvpn/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/openvpn/openvpn-2.6.14.ebuild X-VCS-Directories: net-vpn/openvpn/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: f6a6e947a570ac2f48e09e08395b3ff6e3f65bcd X-VCS-Branch: master Date: Wed, 14 May 2025 12:33: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: 4b6843cc-17f6-4d1f-9282-40541c79c773 X-Archives-Hash: de906e2dc3e9f2fbdb762c26a16687e4 commit: f6a6e947a570ac2f48e09e08395b3ff6e3f65bcd Author: Agostino Sarubbo gentoo org> AuthorDate: Wed May 14 12:33:17 2025 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Wed May 14 12:33:17 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6a6e947 net-vpn/openvpn: restore ~arch Signed-off-by: Agostino Sarubbo gentoo.org> net-vpn/openvpn/openvpn-2.6.14.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-vpn/openvpn/openvpn-2.6.14.ebuild b/net-vpn/openvpn/openvpn-2.6.14.ebuild index 12a7d516f15e..1ae2e1d0357d 100644 --- a/net-vpn/openvpn/openvpn-2.6.14.ebuild +++ b/net-vpn/openvpn/openvpn-2.6.14.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]]; then inherit git-r3 else SRC_URI="https://build.openvpn.net/downloads/releases/${P}.tar.gz" - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~sparc x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" fi LICENSE="GPL-2"