commit: 21d671fbb900f227b6cce928b8d6a46056fed500
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 23 11:58:43 2020 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri Jan 24 09:16:53 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21d671fb
dev-python/pyicu: enable Python-3.8 support
Builds and tests fine.
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
dev-python/pyicu/pyicu-2.4.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/pyicu/pyicu-2.4.2.ebuild
b/dev-python/pyicu/pyicu-2.4.2.ebuild
index f4acff57c10..598eb718fde 100644
--- a/dev-python/pyicu/pyicu-2.4.2.ebuild
+++ b/dev-python/pyicu/pyicu-2.4.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1