summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2021-07-01 23:44:06 +0200
committerConrad Kostecki <conikost@gentoo.org>2021-07-01 23:44:59 +0200
commitff23006c7e9dd812699bdf4ebdb7b5703b870380 (patch)
treec9d30f19a73d18116ade192ebce0e8bcf125aff2 /x11-misc/arandr
parentsys-power/acpi_call: amd64 stable (diff)
downloadgentoo-ff23006c7e9dd812699bdf4ebdb7b5703b870380.tar.gz
gentoo-ff23006c7e9dd812699bdf4ebdb7b5703b870380.tar.bz2
gentoo-ff23006c7e9dd812699bdf4ebdb7b5703b870380.zip
x11-misc/arandr: add python3.10 support
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'x11-misc/arandr')
-rw-r--r--x11-misc/arandr/arandr-0.1.10-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/arandr/arandr-0.1.10-r1.ebuild b/x11-misc/arandr/arandr-0.1.10-r1.ebuild
index 2da6f3298b6f..0ad5b88dffcc 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