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:43:08
Message-Id: 1664487782.01dd2542df4d25734c3913acfbb5c476c6eb7be7.sam@gentoo
1 commit: 01dd2542df4d25734c3913acfbb5c476c6eb7be7
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 29 21:42:53 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 29 21:43:02 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=01dd2542
7
8 NEWS: drop accidental addition
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 NEWS | 3 ---
13 1 file changed, 3 deletions(-)
14
15 diff --git a/NEWS b/NEWS
16 index 2113a5488..a002e7830 100644
17 --- a/NEWS
18 +++ b/NEWS
19 @@ -11,9 +11,6 @@ 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 -* gpkg: Call xz and zstd with -T N where N is the number of jobs from ${MAKEOPTS}
24 - for parallel compression (xz & zstd) and decompression (xz with newer versions).
25 -
26 * bin: ecompress: xz, zstd: Pass -T N where N is the number of jobs from ${MAKEOPTS}
27 to xz, zstd for parallel compression.