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 598F8158089 for ; Thu, 21 Sep 2023 15:47:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B6542BC0D9; Thu, 21 Sep 2023 15:47:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 5592E2BC0D9 for ; Thu, 21 Sep 2023 15:47:15 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 98EF9335DC1 for ; Thu, 21 Sep 2023 15:47:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE87C1226 for ; Thu, 21 Sep 2023 15:47:12 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1695311224.ca2728e9bc57b749408cf6c2a2766dab93595ca0.sam@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: NEWS X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ca2728e9bc57b749408cf6c2a2766dab93595ca0 X-VCS-Branch: master Date: Thu, 21 Sep 2023 15:47: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: 62187fb9-a590-42ed-b53d-906e5d0b7d71 X-Archives-Hash: 1fb8220b935788307f1e4a7f1d3709d4 commit: ca2728e9bc57b749408cf6c2a2766dab93595ca0 Author: Sam James gentoo org> AuthorDate: Thu Sep 21 15:47:04 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Sep 21 15:47:04 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=ca2728e9 NEWS: update Bug: https://bugs.gentoo.org/883071 Signed-off-by: Sam James gentoo.org> NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 2e88b894b8..340516a9b4 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,8 @@ Breaking changes: manually add or remove binpkgs from their PKGDIR (bug #889300). Features: +* Refine _slot_operator_check_reverse_dependencies caching (bug #883071). + * bintree: Add new API member (invalid_paths) to allow gentoolkit to later clean up invalid binpkgs (bug #900224).