summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2020-05-25 23:01:36 -0400
committerMike Gilbert <floppym@gentoo.org>2020-05-25 23:10:40 -0400
commit661552b1ba5b5372c7efcd1d80086881133597ba (patch)
tree136b49d45fea68b608b3ddc65017abb092d4ac27 /app-crypt/glep63-check
parentros-catkin.eclass: typo fix (diff)
downloadgentoo-661552b1ba5b5372c7efcd1d80086881133597ba.tar.gz
gentoo-661552b1ba5b5372c7efcd1d80086881133597ba.tar.bz2
gentoo-661552b1ba5b5372c7efcd1d80086881133597ba.zip
app-crypt/glep63-check: python3.8
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'app-crypt/glep63-check')
-rw-r--r--app-crypt/glep63-check/glep63-check-9.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/glep63-check/glep63-check-9.ebuild b/app-crypt/glep63-check/glep63-check-9.ebuild
index 19655a3b7bc2..7efc46cc6b71 100644
--- a/app-crypt/glep63-check/glep63-check-9.ebuild
+++ b/app-crypt/glep63-check/glep63-check-9.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
DISTUTILS_USE_SETUPTOOLS=no
inherit distutils-r1