summaryrefslogtreecommitdiff
path: root/x11-misc/arandr/arandr-0.1.10-r3.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-18 05:56:19 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-18 05:56:19 +0000
commit3b34ca9eec2676e6fe530f34e463f52308a11441 (patch)
tree851348b7aaa208dd7852f8ddeb950b6395b2e1bc /x11-misc/arandr/arandr-0.1.10-r3.ebuild
parentb8f9cc8d0880d028eb7536742f0042580b55a72e (diff)
gentoo auto-resync : 18:01:2023 - 05:56:19
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"