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 F300C158090 for ; Sun, 1 May 2022 01:52:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54EEAE0ABD; Sun, 1 May 2022 01:52:10 +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 35FE5E0AB6 for ; Sun, 1 May 2022 01:52:10 +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 35DF6341523 for ; Sun, 1 May 2022 01:52:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2BBE465 for ; Sun, 1 May 2022 01:52:05 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1651368635.8ea8bf5d09b5f42e8b61c8a1cc8dda194c2e197b.xen0n@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: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 8ea8bf5d09b5f42e8b61c8a1cc8dda194c2e197b X-VCS-Branch: master Date: Sun, 1 May 2022 01:52:05 +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: ba242810-4868-495d-9732-72ddc4b36fff X-Archives-Hash: c52b51c4c868fb7a8b44756d2a76ee04 commit: 8ea8bf5d09b5f42e8b61c8a1cc8dda194c2e197b Author: WANG Xuerui gentoo org> AuthorDate: Sat Apr 30 11:31:42 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Sun May 1 01:30:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ea8bf5d dev-python/wsproto: keyword 1.1.0 for ~loong Signed-off-by: WANG Xuerui 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 588a82684f99..da5012a3369d 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 ~ia64 ppc ppc64 ~riscv ~s390 sparc x86" +KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86" RDEPEND=" >=dev-python/h11-0.9[${PYTHON_USEDEP}]