summaryrefslogtreecommitdiff
path: root/x11-misc/arandr/arandr-0.1.10-r3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/arandr/arandr-0.1.10-r3.ebuild')
-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"