diff options
author | Volkmar W. Pogatzki <gentoo@pogatzki.net> | 2020-12-19 17:52:05 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-12-22 12:27:38 +0100 |
commit | 69e1e59041fb8e430e6463eab729dfce380ddb12 (patch) | |
tree | b55b47d3b0246b77a45f19babc40ed0d2470db08 /dev-libs/icu | |
parent | kde-plasma/kdeplasma-addons: Disable broken tests (diff) | |
download | gentoo-69e1e59041fb8e430e6463eab729dfce380ddb12.tar.gz gentoo-69e1e59041fb8e430e6463eab729dfce380ddb12.tar.bz2 gentoo-69e1e59041fb8e430e6463eab729dfce380ddb12.zip |
dev-libs/icu: python3_9
Closes: https://bugs.gentoo.org/747103
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/17811
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/icu')
-rw-r--r-- | dev-libs/icu/icu-68.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/icu/icu-68.2.ebuild b/dev-libs/icu/icu-68.2.ebuild index e13a81c1b337..4474443813c2 100644 --- a/dev-libs/icu/icu-68.2.ebuild +++ b/dev-libs/icu/icu-68.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit autotools flag-o-matic multilib-minimal python-any-r1 toolchain-funcs DESCRIPTION="International Components for Unicode" |