commit: ee888ed79a1985fdbb39088aa42e821b6b4052c5 Author: Matt Smith <matt <AT> offtopica <DOT> uk> AuthorDate: Sat Aug 29 13:56:25 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Sep 2 22:43:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee888ed7
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 <AT> offtopica.uk> Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/kaitaistruct/kaitaistruct-0.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/kaitaistruct/kaitaistruct-0.8.ebuild b/dev-python/kaitaistruct/kaitaistruct-0.8.ebuild index 626735a49c2..dc89a9167f7 100644 --- a/dev-python/kaitaistruct/kaitaistruct-0.8.ebuild +++ b/dev-python/kaitaistruct/kaitaistruct-0.8.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1
