diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-12-03 11:02:56 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-12-03 11:46:29 -0500 |
commit | a4a1ebb46b7f589fd99edf0d0aca97135f8843da (patch) | |
tree | 8ce6f1ab68c5bd71f4eaba0a1799c19cb2ef15e0 /dev-util/comparator | |
parent | dev-util/cligh: add py3_{8,9} (diff) | |
download | gentoo-a4a1ebb46b7f589fd99edf0d0aca97135f8843da.tar.gz gentoo-a4a1ebb46b7f589fd99edf0d0aca97135f8843da.tar.bz2 gentoo-a4a1ebb46b7f589fd99edf0d0aca97135f8843da.zip |
dev-util/comparator: add py3_{8,9}
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-util/comparator')
-rw-r--r-- | dev-util/comparator/comparator-2.12.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-util/comparator/comparator-2.12.ebuild b/dev-util/comparator/comparator-2.12.ebuild index 8fa2b7883030..e8870a5c7a09 100644 --- a/dev-util/comparator/comparator-2.12.ebuild +++ b/dev-util/comparator/comparator-2.12.ebuild @@ -2,7 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_6,3_7} ) + +PYTHON_COMPAT=( python3_{6..9} ) + DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 toolchain-funcs |