commit: 01dd2542df4d25734c3913acfbb5c476c6eb7be7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 29 21:42:53 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 29 21:43:02 2022 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=01dd2542
NEWS: drop accidental addition
Signed-off-by: Sam James <sam <AT> gentoo.org>
NEWS | 3 ---
1 file changed, 3 deletions(-)
diff --git a/NEWS b/NEWS
index 2113a5488..a002e7830 100644
--- a/NEWS
+++ b/NEWS
@@ -11,9 +11,6 @@ Features:
checking for dependencies. Update @goland-rebuild accordingly which now
includes all packages depending on dev-lang/go (bug #827974, bug #865115)
-* gpkg: Call xz and zstd with -T N where N is the number of jobs from
${MAKEOPTS}
- for parallel compression (xz & zstd) and decompression (xz with newer
versions).
-
* bin: ecompress: xz, zstd: Pass -T N where N is the number of jobs from
${MAKEOPTS}
to xz, zstd for parallel compression.