commit: e2d9126d20c2f9073f03bf88c126bb85459fc392
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 30 20:36:24 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 30 20:36:34 2022 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=e2d9126d
NEWS: mention @rust-rebuild
Signed-off-by: Sam James <sam <AT> gentoo.org>
NEWS | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index a002e7830..6efa18442 100644
--- a/NEWS
+++ b/NEWS
@@ -8,9 +8,11 @@ Features:
(which becomes the default with newer xz too).
* portage: sets: Parse INCLUDES/EXCLUDES in VariableSet which allows properly
- checking for dependencies. Update @goland-rebuild accordingly which now
+ checking for dependencies. Update @golang-rebuild accordingly which now
includes all packages depending on dev-lang/go (bug #827974, bug #865115)
+* cnf: Provide a @rust-rebuild set, similar to @golang-rebuild.
+
* bin: ecompress: xz, zstd: Pass -T N where N is the number of jobs from
${MAKEOPTS}
to xz, zstd for parallel compression.