commit:     328a74d1596a91a42f24af4ef386872cec93cb9e
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 27 12:25:39 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 27 12:25:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=328a74d1

dev-util/uncrustify: enable py3.9, enable py3.10

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-util/uncrustify/uncrustify-0.72.0.ebuild | 2 +-
 dev-util/uncrustify/uncrustify-9999.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/uncrustify/uncrustify-0.72.0.ebuild 
b/dev-util/uncrustify/uncrustify-0.72.0.ebuild
index 9e76b92aa67..e4c34c2bcb2 100644
--- a/dev-util/uncrustify/uncrustify-0.72.0.ebuild
+++ b/dev-util/uncrustify/uncrustify-0.72.0.ebuild
@@ -12,7 +12,7 @@ else
        S=${WORKDIR}/${PN}-${P}
 fi
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit cmake python-any-r1 ${scm_eclass}
 

diff --git a/dev-util/uncrustify/uncrustify-9999.ebuild 
b/dev-util/uncrustify/uncrustify-9999.ebuild
index d078b64fab3..c4689a26e0a 100644
--- a/dev-util/uncrustify/uncrustify-9999.ebuild
+++ b/dev-util/uncrustify/uncrustify-9999.ebuild
@@ -14,7 +14,7 @@ fi
 
 inherit cmake ${scm_eclass}
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit python-any-r1
 

Reply via email to