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 485EA158094 for ; Mon, 18 Jul 2022 19:41:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82259E0E42; Mon, 18 Jul 2022 19:41:09 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 61AFCE0E42 for ; Mon, 18 Jul 2022 19:41:09 +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 7FAE3340970 for ; Mon, 18 Jul 2022 19:41:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E5E0500 for ; Mon, 18 Jul 2022 19:41:07 +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: <1658173261.e8d2a38b4ff0068e81d0509681babbb80440b1e9.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: e8d2a38b4ff0068e81d0509681babbb80440b1e9 X-VCS-Branch: master Date: Mon, 18 Jul 2022 19:41:07 +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: ea5dd862-80b4-4901-bc87-2470c8c38ad5 X-Archives-Hash: 004d0b43761b594feadd0381c1c6487e commit: e8d2a38b4ff0068e81d0509681babbb80440b1e9 Author: Sam James gentoo org> AuthorDate: Mon Jul 18 19:41:01 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jul 18 19:41:01 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=e8d2a38b NEWS: add more bug references Signed-off-by: Sam James gentoo.org> NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 838dbab2d..ac3072d56 100644 --- a/NEWS +++ b/NEWS @@ -14,10 +14,10 @@ Bug fixes: * emerge: drop obsolete fixpackages warning (as a result of refactoring, started to show on every emerge, but is harmless and left over - from many years ago). + from many years ago). Bug #858407. * estrip: fix double prefix (regression from "don't call estrip twice" fix - in 3.0.31). + in 3.0.31). Bug #858818. * ebuild(5): mention dolib, libopts being banned in EAPI 7.