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 08:22:44
Message-Id: 1578126152.6dee3b6f12cb8bbc93dc93f24facdeaa0eb41268.zmedico@gentoo
1 commit: 6dee3b6f12cb8bbc93dc93f24facdeaa0eb41268
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 4 08:19:18 2020 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 4 08:22:32 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dee3b6f
7
8 sys-apps/portage: PYTHON_COMPAT+=(pypy3)
9
10 Closes: https://bugs.gentoo.org/575840
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 4254b42f9d0..edcc3d2203e 100644
20 --- a/sys-apps/portage/portage-2.3.84-r1.ebuild
21 +++ b/sys-apps/portage/portage-2.3.84-r1.ebuild
22 @@ -1,11 +1,11 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=5
28
29 DISTUTILS_USE_SETUPTOOLS=no
30 PYTHON_COMPAT=(
31 - pypy
32 + pypy pypy3
33 python3_5 python3_6 python3_7 python3_8
34 python2_7
35 )
36
37 diff --git a/sys-apps/portage/portage-9999.ebuild b/sys-apps/portage/portage-9999.ebuild
38 index edfa4bf2634..d81d5bac129 100644
39 --- a/sys-apps/portage/portage-9999.ebuild
40 +++ b/sys-apps/portage/portage-9999.ebuild
41 @@ -1,11 +1,11 @@
42 -# Copyright 1999-2019 Gentoo Authors
43 +# Copyright 1999-2020 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47
48 DISTUTILS_USE_SETUPTOOLS=no
49 PYTHON_COMPAT=(
50 - pypy
51 + pypy pypy3
52 python3_5 python3_6 python3_7 python3_8
53 python2_7
54 )