Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/comparator/
Date: Thu, 03 Dec 2020 16:47:30
Message-Id: 1607013989.a4a1ebb46b7f589fd99edf0d0aca97135f8843da.bman@gentoo
1 commit: a4a1ebb46b7f589fd99edf0d0aca97135f8843da
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 3 16:02:56 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 3 16:46:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4a1ebb4
7
8 dev-util/comparator: add py3_{8,9}
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 dev-util/comparator/comparator-2.12.ebuild | 4 +++-
13 1 file changed, 3 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-util/comparator/comparator-2.12.ebuild b/dev-util/comparator/comparator-2.12.ebuild
16 index 8fa2b788303..e8870a5c7a0 100644
17 --- a/dev-util/comparator/comparator-2.12.ebuild
18 +++ b/dev-util/comparator/comparator-2.12.ebuild
19 @@ -2,7 +2,9 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=7
23 -PYTHON_COMPAT=( python{3_6,3_7} )
24 +
25 +PYTHON_COMPAT=( python3_{6..9} )
26 +
27 DISTUTILS_USE_SETUPTOOLS=no
28
29 inherit distutils-r1 toolchain-funcs