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 1C3BD15808B for ; Sat, 2 Apr 2022 12:04:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40338E089C; Sat, 2 Apr 2022 12:04:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BF386E0895 for ; Sat, 2 Apr 2022 12:04:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 BD6DA341758 for ; Sat, 2 Apr 2022 12:04:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F9B6396 for ; Sat, 2 Apr 2022 12:04:41 +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: <1648901049.8e626093828cf159c47f422c2d57320523806009.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/wsproto/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/wsproto/wsproto-1.1.0.ebuild X-VCS-Directories: dev-python/wsproto/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 8e626093828cf159c47f422c2d57320523806009 X-VCS-Branch: master Date: Sat, 2 Apr 2022 12:04:41 +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: 1d6d6dfe-b819-4115-8489-99c37a9978c1 X-Archives-Hash: 95b95e18ac4f0a6bd57b0b7891bca389 commit: 8e626093828cf159c47f422c2d57320523806009 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Apr 2 12:04:09 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Apr 2 12:04:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e626093 dev-python/wsproto: Stabilize 1.1.0 arm64, #836543 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/wsproto/wsproto-1.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/wsproto/wsproto-1.1.0.ebuild b/dev-python/wsproto/wsproto-1.1.0.ebuild index 906f71e330f5..00807d1900fc 100644 --- a/dev-python/wsproto/wsproto-1.1.0.ebuild +++ b/dev-python/wsproto/wsproto-1.1.0.ebuild @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 ~riscv ~sparc x86" +KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86" RDEPEND=" >=dev-python/h11-0.9[${PYTHON_USEDEP}]