From: Andreas Sturmlechner Date: Fri, 17 Apr 2020 13:38:09 +0000 (+0200) Subject: dev-libs/icu: python3_8 support X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=add47dbf5fdcd77a92c75199d42d671366ae1e3e;p=gentoo.git dev-libs/icu: python3_8 support Tests passed. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner --- diff --git a/dev-libs/icu/icu-66.1.ebuild b/dev-libs/icu/icu-66.1.ebuild index 5a6d0068ddb1..eb697d7529b0 100644 --- a/dev-libs/icu/icu-66.1.ebuild +++ b/dev-libs/icu/icu-66.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit autotools flag-o-matic multilib-minimal python-any-r1 toolchain-funcs DESCRIPTION="International Components for Unicode"