diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-01 12:49:22 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-01 14:28:01 +0200 |
commit | c12a87c9e6e54cbcd659c278313b49e43350d3b8 (patch) | |
tree | 5ac3cc2ff6f1181a7f479786588280411c09e4f7 /dev-python/pyicu | |
parent | app-emulation/protontricks-1.4.1-r1: support python3_9 (diff) | |
download | gentoo-c12a87c9e6e54cbcd659c278313b49e43350d3b8.tar.gz gentoo-c12a87c9e6e54cbcd659c278313b49e43350d3b8.tar.bz2 gentoo-c12a87c9e6e54cbcd659c278313b49e43350d3b8.zip |
dev-python/pyicu-2.5: support python3_9
Builds and tests fine.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-python/pyicu')
-rw-r--r-- | dev-python/pyicu/pyicu-2.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyicu/pyicu-2.5.ebuild b/dev-python/pyicu/pyicu-2.5.ebuild index b22a46704638..9c7ec0357142 100644 --- a/dev-python/pyicu/pyicu-2.5.ebuild +++ b/dev-python/pyicu/pyicu-2.5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1 |