From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 02C6915800F for ; Sat, 14 Jan 2023 21:05:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33EDEE07D3; Sat, 14 Jan 2023 21:05:18 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 03F67E07D3 for ; Sat, 14 Jan 2023 21:05:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 35A9C335D97 for ; Sat, 14 Jan 2023 21:05:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC649836 for ; Sat, 14 Jan 2023 21:05:12 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1673730239.491624c7652c6207fea6e9448d43f5a3cc989ce8.floppym@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: NEWS X-VCS-Directories: / X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 491624c7652c6207fea6e9448d43f5a3cc989ce8 X-VCS-Branch: master Date: Sat, 14 Jan 2023 21:05:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 28d53f17-2201-4085-b2c8-78abbed08913 X-Archives-Hash: 89e74957d88bd056c38ec07c3e16f36d commit: 491624c7652c6207fea6e9448d43f5a3cc989ce8 Author: Mike Gilbert gentoo org> AuthorDate: Sat Jan 14 21:03:59 2023 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat Jan 14 21:03:59 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=491624c7 NEWS: add entry for Github #976 Signed-off-by: Mike Gilbert gentoo.org> NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 4e27411ee..b149ecc4d 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,8 @@ Bug fixes: * emerge: Fix installation of binpkgs by path (bug #873202, bug #890291). +* Fix crash with pypy when PORTAGE_SCHEDULING_POLICY has been set (bug #876031). + portage-3.0.43 (2023-01-02) --------------