summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-12-03 11:01:04 -0500
committerAaron Bauman <bman@gentoo.org>2020-12-03 11:46:28 -0500
commitf799f248fef162dd7561bc79c27e6677c6818640 (patch)
treefc325a7c7a1f07f6e6453853b7475ce8f184d5b7 /dev-util/cligh/cligh-9999.ebuild
parentdev-python/zeep: add py3{8,9}. Fix DISTUTILS. Bump EAPI (diff)
downloadgentoo-f799f248fef162dd7561bc79c27e6677c6818640.tar.gz
gentoo-f799f248fef162dd7561bc79c27e6677c6818640.tar.bz2
gentoo-f799f248fef162dd7561bc79c27e6677c6818640.zip
dev-util/cligh: add py3_{8,9}
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-util/cligh/cligh-9999.ebuild')
-rw-r--r--dev-util/cligh/cligh-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-util/cligh/cligh-9999.ebuild b/dev-util/cligh/cligh-9999.ebuild
index 186acb99add1..c2d970ff34b5 100644
--- a/dev-util/cligh/cligh-9999.ebuild
+++ b/dev-util/cligh/cligh-9999.ebuild
@@ -4,7 +4,8 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{6,7} )
+
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1 git-r3