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: Thu, 29 Sep 2022 21:42:31
Message-Id: 1664487743.08d38b4bc2ad52d1c89916dfeaf9d4a6a854268d.sam@gentoo
1 commit: 08d38b4bc2ad52d1c89916dfeaf9d4a6a854268d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 29 21:38:24 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 29 21:42:23 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=08d38b4b
7
8 NEWS: fix typo, change order of items
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 NEWS | 7 +++++--
13 1 file changed, 5 insertions(+), 2 deletions(-)
14
15 diff --git a/NEWS b/NEWS
16 index 4dc1d0d19..2113a5488 100644
17 --- a/NEWS
18 +++ b/NEWS
19 @@ -11,11 +11,14 @@ Features:
20 checking for dependencies. Update @goland-rebuild accordingly which now
21 includes all packages depending on dev-lang/go (bug #827974, bug #865115)
22
23 -* bin: ecompress: xz: Pass -9 to xz for compression level like we do for bzip2 & gzip.
24 +* gpkg: Call xz and zstd with -T N where N is the number of jobs from ${MAKEOPTS}
25 + for parallel compression (xz & zstd) and decompression (xz with newer versions).
26
27 * bin: ecompress: xz, zstd: Pass -T N where N is the number of jobs from ${MAKEOPTS}
28 to xz, zstd for parallel compression.
29
30 +* bin: ecompress: xz: Pass -9 to xz for compression level like we do for bzip2 & gzip.
31 +
32 Bug fixes:
33 * emerge: Scheduler: Fix filenames for binpkgs in some cases - reuse existing
34 filename and don't allocate a new one (bug #872392).
35 @@ -29,7 +32,7 @@ Bug fixes:
36 * bin: isolated-functions.sh: return number of CPUs in ___makeopts_jobs as default
37 instead of 1 to match Portage's behavior on the Python side.
38
39 -* bin: ecompress: Recognize .lz, .lzo, .lz4,, and .zst as compressed file
40 +* bin: ecompress: Recognize .lz, .lzo, .lz4, and .zst as compressed file
41 suffixes for the purposes of the internal compressed file collision check.
42
43 * bin: ecompress: zstd: Set '-q --rm' in PORTAGE_COMPRESS_FLAGS to behave