Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/uncrustify/
Date: Mon, 27 Sep 2021 12:28:17
Message-Id: 1632745539.328a74d1596a91a42f24af4ef386872cec93cb9e.arthurzam@gentoo
1 commit: 328a74d1596a91a42f24af4ef386872cec93cb9e
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 27 12:25:39 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 27 12:25:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=328a74d1
7
8 dev-util/uncrustify: enable py3.9, enable py3.10
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-util/uncrustify/uncrustify-0.72.0.ebuild | 2 +-
13 dev-util/uncrustify/uncrustify-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-util/uncrustify/uncrustify-0.72.0.ebuild b/dev-util/uncrustify/uncrustify-0.72.0.ebuild
17 index 9e76b92aa67..e4c34c2bcb2 100644
18 --- a/dev-util/uncrustify/uncrustify-0.72.0.ebuild
19 +++ b/dev-util/uncrustify/uncrustify-0.72.0.ebuild
20 @@ -12,7 +12,7 @@ else
21 S=${WORKDIR}/${PN}-${P}
22 fi
23
24 -PYTHON_COMPAT=( python3_{7..9} )
25 +PYTHON_COMPAT=( python3_{8..10} )
26
27 inherit cmake python-any-r1 ${scm_eclass}
28
29
30 diff --git a/dev-util/uncrustify/uncrustify-9999.ebuild b/dev-util/uncrustify/uncrustify-9999.ebuild
31 index d078b64fab3..c4689a26e0a 100644
32 --- a/dev-util/uncrustify/uncrustify-9999.ebuild
33 +++ b/dev-util/uncrustify/uncrustify-9999.ebuild
34 @@ -14,7 +14,7 @@ fi
35
36 inherit cmake ${scm_eclass}
37
38 -PYTHON_COMPAT=( python3_{7,8} )
39 +PYTHON_COMPAT=( python3_{8..10} )
40
41 inherit python-any-r1