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: Wed, 28 Sep 2022 23:56:20
Message-Id: 1664409369.3b7690dd28df227e6c3beaf522cf976d3da4f165.sam@gentoo
1 commit: 3b7690dd28df227e6c3beaf522cf976d3da4f165
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 28 23:55:37 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 28 23:56:09 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=3b7690dd
7
8 NEWS: update for recent changes
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 NEWS | 8 ++++++++
13 1 file changed, 8 insertions(+)
14
15 diff --git a/NEWS b/NEWS
16 index 120af7c87..8586e35cd 100644
17 --- a/NEWS
18 +++ b/NEWS
19 @@ -7,12 +7,20 @@ Features:
20 and where the source file was compressed using the parallel xz compressor
21 (which becomes the default with newer xz too).
22
23 +* portage: sets: Parse INCLUDES/EXCLUDES in VariableSet which allows properly
24 + checking for dependencies. Update @goland-rebuild accordingly which now
25 + includes all packages depending on dev-lang/go (bug #827974, bug #865115)
26 +
27 Bug fixes:
28 * emerge: Scheduler: Fix filenames for binpkgs in some cases - reuse existing
29 filename and don't allocate a new one (bug #872392).
30
31 * dbapi: bintree: Avoid fetching 'Packages' multiple times (bug #864259).
32
33 +* binpkg: Handle failure of various BINPKG_COMPRESS_* commands (bug #871570).
34 +
35 +* data: Fix PORTAGE_USERNAME default (bug #873088).
36 +
37 portage-3.0.37 (2022-09-23)
38 --------------