From 21d671fbb900f227b6cce928b8d6a46056fed500 Mon Sep 17 00:00:00 2001 From: Marek Szuba Date: Thu, 23 Jan 2020 11:58:43 +0000 Subject: 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 --- 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 f4acff57c10f..598eb718fded 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 -- cgit v1.2.3-65-gdbad