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 655DE158094 for ; Mon, 1 Aug 2022 22:47:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB3CAE0CA4; Mon, 1 Aug 2022 22:47:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 75A0CE0CA4 for ; Mon, 1 Aug 2022 22: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 65802340970 for ; Mon, 1 Aug 2022 22:47:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB053326 for ; Mon, 1 Aug 2022 22: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: <1659394028.3136cda1d133e6debb49d892b5270accd4f01256.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: 3136cda1d133e6debb49d892b5270accd4f01256 X-VCS-Branch: master Date: Mon, 1 Aug 2022 22: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: 091a77ae-bf9f-4a84-87e0-35467d30e94d X-Archives-Hash: 4275b44f949d77f34296ce3da5e45583 commit: 3136cda1d133e6debb49d892b5270accd4f01256 Author: Sam James gentoo org> AuthorDate: Mon Aug 1 22:46:48 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Aug 1 22:47:08 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=3136cda1 NEWS: update Signed-off-by: Sam James gentoo.org> NEWS | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/NEWS b/NEWS index a9cc9669c..748a51084 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,28 @@ Bug fixes: consumer (gentoolkit, and only as of its most recent releases), so impact is not severe. +* logging: don't clutter with a global logger and instead scope to + each module. Allows further logging refactoring in future. + +* estrip: fix double slash for older EAPIs (bug 862600). + +* install-qa-check.d: 60-pkgconfig: fix --validate check by adding + ${ED}/usr/{lib*,share} to search path. + +* install-qa-check.d: 60-pkgconfig: only check defined variables for + ${EPREFIX} compliance (bug 860825). + +* install-qa-checks.d: 90gcc-warnings: add arm64, aarch64 (used by Apple), + loongarch64, riscv64, s390x to list of 64-bit arches which affects the + severity of some warnings (like pointer truncation). + +* portage: output: update obsolete /etc/init.d/functions.sh path. + +* bin: style tweaks to conform to Gentoo style (mostly variable bracing). + +* isolated-functions.sh: sync __makeopts_jobs implementation with + multiprocessing.eclass. + * ebuild(1): improve descriptions of various phase functions. portage-3.0.34 (2022-07-20)