commit: 2a6ad761c3bb7e028542e45424ff45f92a5cfd82
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 9 17:24:36 2024 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Mar 9 17:41:21 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a6ad761
x11-misc/arandr: add python3.12 support
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
x11-misc/arandr/arandr-0.1.11.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/x11-misc/arandr/arandr-0.1.11.ebuild
b/x11-misc/arandr/arandr-0.1.11.ebuild
index 4a03b8f4c0a0..eea0a6c99bb8 100644
--- a/x11-misc/arandr/arandr-0.1.11.ebuild
+++ b/x11-misc/arandr/arandr-0.1.11.ebuild
@@ -3,8 +3,9 @@
EAPI=8
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_USE_PEP517="setuptools"
+PYTHON_COMPAT=( python3_{10..12} )
+
inherit distutils-r1
DESCRIPTION="Another XRandR GUI"