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 2AA431581D3 for ; Thu, 23 May 2024 15:56:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD545E29C4; Thu, 23 May 2024 15:56:36 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A19ECE29BD for ; Thu, 23 May 2024 15:56:36 +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 95306342F64 for ; Thu, 23 May 2024 15:56:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC87AFBF for ; Thu, 23 May 2024 15:56:33 +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: <1716479774.1f46b4bdc153ffe11d9a07c8532c285d28c40877.arthurzam@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.1.7.ebuild X-VCS-Directories: net-vpn/ocserv/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 1f46b4bdc153ffe11d9a07c8532c285d28c40877 X-VCS-Branch: master Date: Thu, 23 May 2024 15:56:33 +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: f1b4627f-a0e2-46df-82be-49ca85de5d33 X-Archives-Hash: 70a658d90eb1752e6a823d10476bb7bf commit: 1f46b4bdc153ffe11d9a07c8532c285d28c40877 Author: Arthur Zamarin gentoo org> AuthorDate: Thu May 23 15:56:14 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu May 23 15:56:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f46b4bd net-vpn/ocserv: Stabilize 1.1.7 x86, #930631 Signed-off-by: Arthur Zamarin gentoo.org> net-vpn/ocserv/ocserv-1.1.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-vpn/ocserv/ocserv-1.1.7.ebuild b/net-vpn/ocserv/ocserv-1.1.7.ebuild index 1aa02c77e3f5..a3d177775d5a 100644 --- a/net-vpn/ocserv/ocserv-1.1.7.ebuild +++ b/net-vpn/ocserv/ocserv-1.1.7.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"