Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/icu/
Date: Tue, 22 Dec 2020 11:28:00
Message-Id: 1608636458.69e1e59041fb8e430e6463eab729dfce380ddb12.asturm@gentoo
1 commit: 69e1e59041fb8e430e6463eab729dfce380ddb12
2 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
3 AuthorDate: Sat Dec 19 16:52:05 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 22 11:27:38 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69e1e590
7
8 dev-libs/icu: python3_9
9
10 Closes: https://bugs.gentoo.org/747103
11
12 Package-Manager: Portage-3.0.9, Repoman-3.0.2
13 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
14 Closes: https://github.com/gentoo/gentoo/pull/17811
15 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
16
17 dev-libs/icu/icu-68.2.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/dev-libs/icu/icu-68.2.ebuild b/dev-libs/icu/icu-68.2.ebuild
21 index e13a81c1b33..4474443813c 100644
22 --- a/dev-libs/icu/icu-68.2.ebuild
23 +++ b/dev-libs/icu/icu-68.2.ebuild
24 @@ -3,7 +3,7 @@
25
26 EAPI=7
27
28 -PYTHON_COMPAT=( python3_{6,7,8} )
29 +PYTHON_COMPAT=( python3_{6..9} )
30 inherit autotools flag-o-matic multilib-minimal python-any-r1 toolchain-funcs
31
32 DESCRIPTION="International Components for Unicode"