Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: /
Date: Mon, 01 Aug 2022 22:47:16
Message-Id: 1659394028.3136cda1d133e6debb49d892b5270accd4f01256.sam@gentoo
1 commit: 3136cda1d133e6debb49d892b5270accd4f01256
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 1 22:46:48 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 1 22:47:08 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=3136cda1
7
8 NEWS: update
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 NEWS | 22 ++++++++++++++++++++++
13 1 file changed, 22 insertions(+)
14
15 diff --git a/NEWS b/NEWS
16 index a9cc9669c..748a51084 100644
17 --- a/NEWS
18 +++ b/NEWS
19 @@ -7,6 +7,28 @@ Bug fixes:
20 consumer (gentoolkit, and only as of its most recent releases), so
21 impact is not severe.
22
23 +* logging: don't clutter with a global logger and instead scope to
24 + each module. Allows further logging refactoring in future.
25 +
26 +* estrip: fix double slash for older EAPIs (bug 862600).
27 +
28 +* install-qa-check.d: 60-pkgconfig: fix --validate check by adding
29 + ${ED}/usr/{lib*,share} to search path.
30 +
31 +* install-qa-check.d: 60-pkgconfig: only check defined variables for
32 + ${EPREFIX} compliance (bug 860825).
33 +
34 +* install-qa-checks.d: 90gcc-warnings: add arm64, aarch64 (used by Apple),
35 + loongarch64, riscv64, s390x to list of 64-bit arches which affects the
36 + severity of some warnings (like pointer truncation).
37 +
38 +* portage: output: update obsolete /etc/init.d/functions.sh path.
39 +
40 +* bin: style tweaks to conform to Gentoo style (mostly variable bracing).
41 +
42 +* isolated-functions.sh: sync __makeopts_jobs implementation with
43 + multiprocessing.eclass.
44 +
45 * ebuild(1): improve descriptions of various phase functions.
46
47 portage-3.0.34 (2022-07-20)