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 A0F8D158094 for ; Fri, 7 Oct 2022 09:35:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF47BE0898; Fri, 7 Oct 2022 09:35:35 +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 D7F6FE0898 for ; Fri, 7 Oct 2022 09:35:35 +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 B4B6B340A3B for ; Fri, 7 Oct 2022 09:35:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 513B9605 for ; Fri, 7 Oct 2022 09:35:33 +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: <1665135323.c9fca5893dbddaf0ba8064c2a3ec67a15f6899ef.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libwebsockets/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libwebsockets/libwebsockets-4.3.2-r1.ebuild X-VCS-Directories: net-libs/libwebsockets/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: c9fca5893dbddaf0ba8064c2a3ec67a15f6899ef X-VCS-Branch: master Date: Fri, 7 Oct 2022 09:35: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: 09af3763-ca34-4e1e-a484-a0c8126af9dc X-Archives-Hash: b64a76a694bc439bbd9462d2e2e99eac commit: c9fca5893dbddaf0ba8064c2a3ec67a15f6899ef Author: Agostino Sarubbo gentoo org> AuthorDate: Fri Oct 7 09:35:23 2022 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Fri Oct 7 09:35:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9fca589 net-libs/libwebsockets: Stabilize 4.3.2-r1 arm64, #875215 Signed-off-by: Agostino Sarubbo gentoo.org> net-libs/libwebsockets/libwebsockets-4.3.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libwebsockets/libwebsockets-4.3.2-r1.ebuild b/net-libs/libwebsockets/libwebsockets-4.3.2-r1.ebuild index cec95c79a0b6..0c365e8cd6bf 100644 --- a/net-libs/libwebsockets/libwebsockets-4.3.2-r1.ebuild +++ b/net-libs/libwebsockets/libwebsockets-4.3.2-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/warmcat/libwebsockets/archive/v${PV}.tar.gz -> ${P}. LICENSE="MIT" SLOT="0/19" # libwebsockets.so.19 -KEYWORDS="amd64 arm ~arm64 ppc ~ppc64 ~riscv x86" +KEYWORDS="amd64 arm arm64 ppc ~ppc64 ~riscv x86" IUSE="access-log caps cgi client dbus extensions generic-sessions http-proxy http2 ipv6 +lejp libev libevent libuv mbedtls peer-limits server-status smtp socks5 sqlite3 ssl threads zip"