From ee888ed79a1985fdbb39088aa42e821b6b4052c5 Mon Sep 17 00:00:00 2001 From: Matt Smith Date: Sat, 29 Aug 2020 14:56:25 +0100 Subject: [PATCH] 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 Signed-off-by: Sam James --- 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 626735a49c231..dc89a9167f769 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