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