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 0EE9F158046 for ; Thu, 10 Oct 2024 12:20:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25C542BC043; Thu, 10 Oct 2024 12:20:06 +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 D29C92BC043 for ; Thu, 10 Oct 2024 12:20:05 +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 D9D0C3430AE for ; Thu, 10 Oct 2024 12:20:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3EE1821C8 for ; Thu, 10 Oct 2024 12:20:03 +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: <1728562790.4d01a44eeb948fa226478625448742cf3cd4a5c3.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/websockets/websockets-13.0.1.ebuild X-VCS-Directories: dev-python/websockets/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 4d01a44eeb948fa226478625448742cf3cd4a5c3 X-VCS-Branch: master Date: Thu, 10 Oct 2024 12:20:03 +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: 5339cb2d-5ffc-40a9-beeb-882437ff74e2 X-Archives-Hash: 9091996abebae454a3ab2bc37f09b43a commit: 4d01a44eeb948fa226478625448742cf3cd4a5c3 Author: Arthur Zamarin gentoo org> AuthorDate: Thu Oct 10 12:19:50 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu Oct 10 12:19:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d01a44e dev-python/websockets: Stabilize 13.0.1 arm64, #940822 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/websockets/websockets-13.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/websockets/websockets-13.0.1.ebuild b/dev-python/websockets/websockets-13.0.1.ebuild index 05b7d2513737..f009f4c556c4 100644 --- a/dev-python/websockets/websockets-13.0.1.ebuild +++ b/dev-python/websockets/websockets-13.0.1.ebuild @@ -24,7 +24,7 @@ SRC_URI=" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" IUSE="+native-extensions" BDEPEND="