summaryrefslogtreecommitdiff
path: root/dev-python/pyhcl/pyhcl-0.4.4.ebuild
diff options
context:
space:
mode:
authorGuillermo Ramos2020-12-03 09:42:52 +0100
committerGuillermo Ramos2020-12-03 09:42:52 +0100
commit8fbb6057d5d4c3bc9b16eab0e16a4405bb4fec67 (patch)
tree37b33dc41adf7064dead57634e34e9d8e3fcdbbb /dev-python/pyhcl/pyhcl-0.4.4.ebuild
parentd8a7575bc9ef65d5a6ad59c79256a9bde8e80d1a (diff)
downloadgentoo-overlay-8fbb6057d5d4c3bc9b16eab0e16a4405bb4fec67.tar.gz
dev-python/* support python3_8
Diffstat (limited to 'dev-python/pyhcl/pyhcl-0.4.4.ebuild')
-rw-r--r--dev-python/pyhcl/pyhcl-0.4.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyhcl/pyhcl-0.4.4.ebuild b/dev-python/pyhcl/pyhcl-0.4.4.ebuild
index c96c456..99cbab7 100644
--- a/dev-python/pyhcl/pyhcl-0.4.4.ebuild
+++ b/dev-python/pyhcl/pyhcl-0.4.4.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1