summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2022-01-13 19:10:00 +0300
committerAlexey Shvetsov <alexxy@gentoo.org>2022-01-13 19:10:00 +0300
commit488ae6ca645ac9551eca67ca3f8411c9625b0cdf (patch)
tree6fff22b72825554c532ffc5c7364ca0591a616ae /dev-util/uncrustify
parentdev-python/pmw: Add py3.10 (diff)
downloadgentoo-488ae6ca645ac9551eca67ca3f8411c9625b0cdf.tar.gz
gentoo-488ae6ca645ac9551eca67ca3f8411c9625b0cdf.tar.bz2
gentoo-488ae6ca645ac9551eca67ca3f8411c9625b0cdf.zip
dev-util/uncrustify: add py 3.10
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'dev-util/uncrustify')
-rw-r--r--dev-util/uncrustify/uncrustify-0.71.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/uncrustify/uncrustify-0.71.0.ebuild b/dev-util/uncrustify/uncrustify-0.71.0.ebuild
index 5bd13fa54668..f1a9dd1829cd 100644
--- a/dev-util/uncrustify/uncrustify-0.71.0.ebuild
+++ b/dev-util/uncrustify/uncrustify-0.71.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -14,7 +14,7 @@ fi
inherit cmake ${scm_eclass}
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..10} )
inherit python-any-r1