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 C8839159C9B for ; Sat, 3 Aug 2024 22:51:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FF272BC04B; Sat, 3 Aug 2024 22:51:22 +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 04DA32BC04B for ; Sat, 3 Aug 2024 22:51:22 +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 2234E343027 for ; Sat, 3 Aug 2024 22:51:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 357191E9A for ; Sat, 3 Aug 2024 22:51:18 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1722725450.07fd2fa72352e2d3087bba71145f6db0f6d44ed2.sam@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: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 07fd2fa72352e2d3087bba71145f6db0f6d44ed2 X-VCS-Branch: master Date: Sat, 3 Aug 2024 22:51:18 +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: 8ed2c2b8-de2e-422e-a2c4-5ac7e577612e X-Archives-Hash: 986634dfc19df93e40296d7b9b632c01 commit: 07fd2fa72352e2d3087bba71145f6db0f6d44ed2 Author: Sam James gentoo org> AuthorDate: Sat Aug 3 22:50:50 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Aug 3 22:50:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07fd2fa7 net-vpn/ocserv: Stabilize 1.3.0 ppc64, #937242 Signed-off-by: Sam James 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 44ddeac84fcd..3728f6e3ac38 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"