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 847FD159C9B for ; Sat, 10 Aug 2024 15:41:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56FCDE2C71; Sat, 10 Aug 2024 15:41:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 42169E2C71 for ; Sat, 10 Aug 2024 15:41:51 +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 7B7A5343117 for ; Sat, 10 Aug 2024 15:41:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D58BB1ECD for ; Sat, 10 Aug 2024 15:41:48 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1723304476.62423e05c46a43aea969fcf6a5149c68b6260d97.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/ocserv/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/ocserv/ocserv-1.3.0.ebuild X-VCS-Directories: net-vpn/ocserv/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 62423e05c46a43aea969fcf6a5149c68b6260d97 X-VCS-Branch: master Date: Sat, 10 Aug 2024 15:41:48 +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: c375ef55-3ea2-4beb-851d-2f52506630a1 X-Archives-Hash: 161f3546d456ae44192010c8532a1308 commit: 62423e05c46a43aea969fcf6a5149c68b6260d97 Author: Michał Górny gentoo org> AuthorDate: Sat Aug 10 15:41:16 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Aug 10 15:41:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62423e05 net-vpn/ocserv: Stabilize 1.3.0 arm, #937242 Signed-off-by: Michał Górny gentoo.org> net-vpn/ocserv/ocserv-1.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-vpn/ocserv/ocserv-1.3.0.ebuild b/net-vpn/ocserv/ocserv-1.3.0.ebuild index 5a5c8a445ee1..c354d7bae7ad 100644 --- a/net-vpn/ocserv/ocserv-1.3.0.ebuild +++ b/net-vpn/ocserv/ocserv-1.3.0.ebuild @@ -14,7 +14,7 @@ else BDEPEND="verify-sig? ( sec-keys/openpgp-keys-ocserv )" SRC_URI="https://www.infradead.org/ocserv/download/${P}.tar.xz verify-sig? ( https://www.infradead.org/ocserv/download/${P}.tar.xz.sig )" - KEYWORDS="amd64 ~arm ~arm64 ppc64 ~riscv x86" + KEYWORDS="amd64 arm ~arm64 ppc64 ~riscv x86" fi DESCRIPTION="Openconnect SSL VPN server"