dev-python/kaitaistruct: Add Python 3.8 to PYTHON_COMPAT

Closes: https://bugs.gentoo.org/718796
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Matt Smith <matt@offtopica.uk>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Matt Smith
2020-08-29 14:56:25 +01:00
committed by Sam James
parent ea265a449c
commit ee888ed79a

View File

@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python3_{6,7} )
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1