Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/
Date: Sun, 26 Jan 2020 15:29:59
Message-Id: 1580052479.f04aab712fe258494c2172951c6b5db0e06eae9c.mgorny@gentoo
1 commit: f04aab712fe258494c2172951c6b5db0e06eae9c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 26 15:27:59 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 26 15:27:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f04aab71
7
8 app-portage/gentoolkit: Update PYTHON_COMPAT in 9999
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-portage/gentoolkit/gentoolkit-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-portage/gentoolkit/gentoolkit-9999.ebuild b/app-portage/gentoolkit/gentoolkit-9999.ebuild
16 index 8254566390f..f79109cd9a4 100644
17 --- a/app-portage/gentoolkit/gentoolkit-9999.ebuild
18 +++ b/app-portage/gentoolkit/gentoolkit-9999.ebuild
19 @@ -4,7 +4,7 @@
20 EAPI=7
21
22 DISTUTILS_USE_SETUPTOOLS=no
23 -PYTHON_COMPAT=( python2_7 python3_{6,7} )
24 +PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
25 PYTHON_REQ_USE="xml(+),threads(+)"
26
27 EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/gentoolkit.git"