summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-01-18 00:46:43 +0000
committerSam James <sam@gentoo.org>2023-01-18 00:47:22 +0000
commit74d0e3236f73d2486d4dbe18c8c0533564ecfc97 (patch)
tree76580a0352fd24c37a2470a185273775de68e269
parentsys-process/lsof: Keyword 4.97.0 ppc, #891241 (diff)
downloadgentoo-74d0e3236f73d2486d4dbe18c8c0533564ecfc97.tar.gz
gentoo-74d0e3236f73d2486d4dbe18c8c0533564ecfc97.tar.bz2
gentoo-74d0e3236f73d2486d4dbe18c8c0533564ecfc97.zip
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@gentoo.org>
-rw-r--r--x11-misc/arandr/arandr-0.1.10-r3.ebuild3
1 files changed, 2 insertions, 1 deletions
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"