commit: 239180e01d90abf814f48b76d19e3e21649f5abe Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Sun Aug 17 06:35:32 2025 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> 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 <ionen <AT> 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}]
