diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2022-01-13 19:10:00 +0300 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2022-01-13 19:10:00 +0300 |
commit | 488ae6ca645ac9551eca67ca3f8411c9625b0cdf (patch) | |
tree | 6fff22b72825554c532ffc5c7364ca0591a616ae /dev-util/uncrustify | |
parent | dev-python/pmw: Add py3.10 (diff) | |
download | gentoo-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.ebuild | 4 |
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 |