Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus/
Date: Sun, 31 Oct 2021 06:26:35
Message-Id: 1635661567.b530acabbe7db70322f971a064d580d374394cb9.arthurzam@gentoo
1 commit: b530acabbe7db70322f971a064d580d374394cb9
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 30 16:03:40 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 31 06:26:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b530acab
7
8 app-i18n/ibus: enable py3.10
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 app-i18n/ibus/ibus-1.5.25.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/app-i18n/ibus/ibus-1.5.25.ebuild b/app-i18n/ibus/ibus-1.5.25.ebuild
16 index 9dc461da301..1adc299fca1 100644
17 --- a/app-i18n/ibus/ibus-1.5.25.ebuild
18 +++ b/app-i18n/ibus/ibus-1.5.25.ebuild
19 @@ -2,7 +2,8 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=7
23 -PYTHON_COMPAT=( python{3_7,3_8,3_9} )
24 +
25 +PYTHON_COMPAT=( python3_{8..10} )
26 VALA_MIN_API_VERSION="0.34"
27 VALA_MAX_API_VERSION="0.50"
28 VALA_USE_DEPEND="vapigen"