commit:     74d0e3236f73d2486d4dbe18c8c0533564ecfc97
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 18 00:46:43 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 18 00:47:22 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74d0e323

x11-misc/arandr: disable py3.11 for 0.1.10-r3

Broken at runtime. New version has it (was bumped earlier) but let's
drop it from the old version in case some folks are using py3.11 on stable.

Bug: https://bugs.gentoo.org/889986
Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/arandr/arandr-0.1.10-r3.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11-misc/arandr/arandr-0.1.10-r3.ebuild 
b/x11-misc/arandr/arandr-0.1.10-r3.ebuild
index ab43a0525449..0e702d60d0ba 100644
--- a/x11-misc/arandr/arandr-0.1.10-r3.ebuild
+++ b/x11-misc/arandr/arandr-0.1.10-r3.ebuild
@@ -4,7 +4,8 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+# Fails w/ py3.11, bug #889986
+PYTHON_COMPAT=( python3_{9..10} )
 inherit distutils-r1
 
 DESCRIPTION="Another XRandR GUI"

Reply via email to