commit: ff23006c7e9dd812699bdf4ebdb7b5703b870380
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 1 21:44:06 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Jul 1 21:44:59 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff23006c
x11-misc/arandr: add python3.10 support
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
x11-misc/arandr/arandr-0.1.10-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/arandr/arandr-0.1.10-r1.ebuild
b/x11-misc/arandr/arandr-0.1.10-r1.ebuild
index 2da6f3298b6..0ad5b88dffc 100644
--- a/x11-misc/arandr/arandr-0.1.10-r1.ebuild
+++ b/x11-misc/arandr/arandr-0.1.10-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS="no"
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1