From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 4F95515827B for ; Sun, 17 Aug 2025 06:45:06 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 242FC340CF2 for ; Sun, 17 Aug 2025 06:45:06 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 514C311055F; Sun, 17 Aug 2025 06:45:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 46BB211055F for ; Sun, 17 Aug 2025 06:45:03 +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 0A779335D50 for ; Sun, 17 Aug 2025 06:45:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D194335E for ; Sun, 17 Aug 2025 06:45:01 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1755413057.239180e01d90abf814f48b76d19e3e21649f5abe.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/gherkin-official/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/gherkin-official/gherkin-official-33.1.0.ebuild X-VCS-Directories: dev-python/gherkin-official/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 239180e01d90abf814f48b76d19e3e21649f5abe X-VCS-Branch: master Date: Sun, 17 Aug 2025 06:45:01 +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: 4686789e-7937-4624-9f99-c822f87db3e8 X-Archives-Hash: ae27933ca6854acfb0053dfc5cf0e84c commit: 239180e01d90abf814f48b76d19e3e21649f5abe Author: Ionen Wolkens gentoo org> AuthorDate: Sun Aug 17 06:35:32 2025 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sun Aug 17 06:44:17 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=239180e0 dev-python/gherkin-official: unkeyword 33.1.0 for ~x86 ~x86 was (formerly) added for gherkin->pytest-bdd->qutebrowser, but qutebrowser lost that keyword alongside qtwebengine a while ago. wrt bug #961599, this gained an indirect dependency on rust which is unavailable on i486, we could mask in wd40 but keeping the ~x86 keyword here is either way unnecessary testing work. Bug: https://bugs.gentoo.org/961599 Signed-off-by: Ionen Wolkens gentoo.org> dev-python/gherkin-official/gherkin-official-33.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/gherkin-official/gherkin-official-33.1.0.ebuild b/dev-python/gherkin-official/gherkin-official-33.1.0.ebuild index 9b0479d9aaca..bee2bd53e350 100644 --- a/dev-python/gherkin-official/gherkin-official-33.1.0.ebuild +++ b/dev-python/gherkin-official/gherkin-official-33.1.0.ebuild @@ -17,7 +17,7 @@ S=${WORKDIR}/gherkin-${PV}/python LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 arm64 ~x86" +KEYWORDS="amd64 arm64" RDEPEND=" dev-python/typing-extensions[${PYTHON_USEDEP}]