Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/portage/
Date: Sat, 04 Jan 2020 22:39:58
Message-Id: 1578177555.735c303e5d2a8c30253e39c77476f20836c33218.zmedico@gentoo
1 commit: 735c303e5d2a8c30253e39c77476f20836c33218
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 4 22:38:39 2020 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 4 22:39:15 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=735c303e
7
8 sys-apps/portage: PYTHON_COMPAT-=(pypy python3_5)
9
10 Reported-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
11 Package-Manager: Portage-2.3.84, Repoman-2.3.20
12 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
13
14 sys-apps/portage/portage-2.3.84-r1.ebuild | 4 ++--
15 sys-apps/portage/portage-9999.ebuild | 4 ++--
16 2 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/sys-apps/portage/portage-2.3.84-r1.ebuild b/sys-apps/portage/portage-2.3.84-r1.ebuild
19 index edcc3d2203e..15f50027e29 100644
20 --- a/sys-apps/portage/portage-2.3.84-r1.ebuild
21 +++ b/sys-apps/portage/portage-2.3.84-r1.ebuild
22 @@ -5,8 +5,8 @@ EAPI=5
23
24 DISTUTILS_USE_SETUPTOOLS=no
25 PYTHON_COMPAT=(
26 - pypy pypy3
27 - python3_5 python3_6 python3_7 python3_8
28 + pypy3
29 + python3_6 python3_7 python3_8
30 python2_7
31 )
32 PYTHON_REQ_USE='bzip2(+),threads(+)'
33
34 diff --git a/sys-apps/portage/portage-9999.ebuild b/sys-apps/portage/portage-9999.ebuild
35 index d81d5bac129..e157a1cc9fa 100644
36 --- a/sys-apps/portage/portage-9999.ebuild
37 +++ b/sys-apps/portage/portage-9999.ebuild
38 @@ -5,8 +5,8 @@ EAPI=6
39
40 DISTUTILS_USE_SETUPTOOLS=no
41 PYTHON_COMPAT=(
42 - pypy pypy3
43 - python3_5 python3_6 python3_7 python3_8
44 + pypy3
45 + python3_6 python3_7 python3_8
46 python2_7
47 )
48 PYTHON_REQ_USE='bzip2(+),threads(+)'