diff options
author | James Le Cuirot <chewi@gentoo.org> | 2020-04-20 09:35:26 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2020-04-20 09:36:16 +0100 |
commit | 926e0f42dc2ff515f5d4a3b18cc2ef48715750bd (patch) | |
tree | 8ebd25fb46e753aa44f14e9dadd7a32013b67f41 /dev-python/python-lhafile | |
parent | games-puzzle/brainworkshop: Bump to 20200310 snapshot, drop old (diff) | |
download | gentoo-926e0f42dc2ff515f5d4a3b18cc2ef48715750bd.tar.gz gentoo-926e0f42dc2ff515f5d4a3b18cc2ef48715750bd.tar.bz2 gentoo-926e0f42dc2ff515f5d4a3b18cc2ef48715750bd.zip |
dev-python/python-lhafile: Add Python 3.8
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-python/python-lhafile')
-rw-r--r-- | dev-python/python-lhafile/python-lhafile-0.2.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-lhafile/python-lhafile-0.2.2.ebuild b/dev-python/python-lhafile/python-lhafile-0.2.2.ebuild index 416e1a5ce06b..10197a81b54b 100644 --- a/dev-python/python-lhafile/python-lhafile-0.2.2.ebuild +++ b/dev-python/python-lhafile/python-lhafile-0.2.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 |