summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2020-01-23 11:58:43 +0000
committerMarek Szuba <marecki@gentoo.org>2020-01-24 09:16:53 +0000
commit21d671fbb900f227b6cce928b8d6a46056fed500 (patch)
treef050527bfc5357847268ba0db85c20a27d347a8f /dev-python/pyicu/pyicu-2.4.2.ebuild
parentprofiles: Drop mask for removed x11-themes/audacious-themes. (diff)
downloadgentoo-21d671fbb900f227b6cce928b8d6a46056fed500.tar.gz
gentoo-21d671fbb900f227b6cce928b8d6a46056fed500.tar.bz2
gentoo-21d671fbb900f227b6cce928b8d6a46056fed500.zip
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@gentoo.org>
Diffstat (limited to 'dev-python/pyicu/pyicu-2.4.2.ebuild')
-rw-r--r--dev-python/pyicu/pyicu-2.4.2.ebuild4
1 files 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