diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2024-03-09 18:24:36 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-03-09 18:41:21 +0100 |
commit | 2a6ad761c3bb7e028542e45424ff45f92a5cfd82 (patch) | |
tree | 100c5c647c7f63d305fae31ca067609fe58e1966 /x11-misc | |
parent | sys-apps/onerng: add python3.12 support (diff) | |
download | gentoo-2a6ad761c3bb7e028542e45424ff45f92a5cfd82.tar.gz gentoo-2a6ad761c3bb7e028542e45424ff45f92a5cfd82.tar.bz2 gentoo-2a6ad761c3bb7e028542e45424ff45f92a5cfd82.zip |
x11-misc/arandr: add python3.12 support
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/arandr/arandr-0.1.11.ebuild | 5 |
1 files 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" |