diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2020-10-14 13:47:41 +0300 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2020-10-14 13:47:41 +0300 |
commit | eda1897b91e055f907a1cd05021f4598c4824162 (patch) | |
tree | 31316555731927ec5675b6b2223671e0f69b1758 /dev-python/lz4 | |
parent | dev-embedded/platformio: Version bump (diff) | |
download | gentoo-eda1897b91e055f907a1cd05021f4598c4824162.tar.gz gentoo-eda1897b91e055f907a1cd05021f4598c4824162.tar.bz2 gentoo-eda1897b91e055f907a1cd05021f4598c4824162.zip |
dev-python/lz4: add py39
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'dev-python/lz4')
-rw-r--r-- | dev-python/lz4/lz4-3.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/lz4/lz4-3.0.2.ebuild b/dev-python/lz4/lz4-3.0.2.ebuild index f766f1f58c75..81d3c0303da7 100644 --- a/dev-python/lz4/lz4-3.0.2.ebuild +++ b/dev-python/lz4/lz4-3.0.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit distutils-r1 |