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 D4185158091 for ; Sat, 11 Jun 2022 13:18:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C68A0E077A; Sat, 11 Jun 2022 13:18:30 +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 65551E077A for ; Sat, 11 Jun 2022 13:18:30 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 12CC53418F5 for ; Sat, 11 Jun 2022 13:18:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7AC9444B for ; Sat, 11 Jun 2022 13:18:27 +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: <1654953445.f1ba4857b1bdbcdfafb336309a6675169e6502f2.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/qutebrowser/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/qutebrowser/qutebrowser-2.5.1.ebuild www-client/qutebrowser/qutebrowser-9999.ebuild X-VCS-Directories: www-client/qutebrowser/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: f1ba4857b1bdbcdfafb336309a6675169e6502f2 X-VCS-Branch: master Date: Sat, 11 Jun 2022 13:18:27 +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: bcee73af-2b84-4f3e-8504-f3821a2e9059 X-Archives-Hash: 73d6faa5a2025185f3bbd51e76008918 commit: f1ba4857b1bdbcdfafb336309a6675169e6502f2 Author: Ionen Wolkens gentoo org> AuthorDate: Sat Jun 11 13:11:43 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sat Jun 11 13:17:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1ba4857 www-client/qutebrowser: disable py3.11 Rare but can randomly crash with 3.11b3 which can be quite annoying, believed to be a cpython beta bug rather than in qutebrowser (see ebuild comment). Signed-off-by: Ionen Wolkens gentoo.org> www-client/qutebrowser/qutebrowser-2.5.1.ebuild | 3 ++- www-client/qutebrowser/qutebrowser-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/www-client/qutebrowser/qutebrowser-2.5.1.ebuild b/www-client/qutebrowser/qutebrowser-2.5.1.ebuild index 6011faed3b7d..09bc4c14cb21 100644 --- a/www-client/qutebrowser/qutebrowser-2.5.1.ebuild +++ b/www-client/qutebrowser/qutebrowser-2.5.1.ebuild @@ -5,7 +5,8 @@ EAPI=8 DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..11} ) +# py3.11: wait for https://github.com/python/cpython/issues/93252 +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 optfeature xdg if [[ ${PV} == 9999 ]]; then diff --git a/www-client/qutebrowser/qutebrowser-9999.ebuild b/www-client/qutebrowser/qutebrowser-9999.ebuild index 6011faed3b7d..09bc4c14cb21 100644 --- a/www-client/qutebrowser/qutebrowser-9999.ebuild +++ b/www-client/qutebrowser/qutebrowser-9999.ebuild @@ -5,7 +5,8 @@ EAPI=8 DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..11} ) +# py3.11: wait for https://github.com/python/cpython/issues/93252 +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 optfeature xdg if [[ ${PV} == 9999 ]]; then