commit: a4a1ebb46b7f589fd99edf0d0aca97135f8843da
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 3 16:02:56 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Thu Dec 3 16:46:29 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4a1ebb4
dev-util/comparator: add py3_{8,9}
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
dev-util/comparator/comparator-2.12.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-util/comparator/comparator-2.12.ebuild
b/dev-util/comparator/comparator-2.12.ebuild
index 8fa2b788303..e8870a5c7a0 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