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: sys-apps/portage/
Date: Mon, 27 Sep 2021 20:50:03
Message-Id: 1632775777.a88d23adf01ec942cf7a0ec57d025e0f138e670b.mgorny@gentoo
1 commit: a88d23adf01ec942cf7a0ec57d025e0f138e670b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 27 20:49:37 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 27 20:49:37 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a88d23ad
7
8 sys-apps/portage: Remove pypy3 from 3.0.24 due to regression
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-apps/portage/portage-3.0.24.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-apps/portage/portage-3.0.24.ebuild b/sys-apps/portage/portage-3.0.24.ebuild
16 index 725e03431bf..cd4bdfc5bc4 100644
17 --- a/sys-apps/portage/portage-3.0.24.ebuild
18 +++ b/sys-apps/portage/portage-3.0.24.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( pypy3 python3_{7..10} )
24 +PYTHON_COMPAT=( python3_{7..10} )
25 PYTHON_REQ_USE='bzip2(+),threads(+)'
26 TMPFILES_OPTIONAL=1