commit: 1a796dafdb46f6ec1aeed1281f4097f205a91cef Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Jul 12 23:33:12 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Jul 12 23:33:12 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=1a796daf
NEWS: update Signed-off-by: Sam James <sam <AT> gentoo.org> NEWS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/NEWS b/NEWS index 19e239f9e..0add1b649 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +portage-3.0.33 (UNRELEASED) +-------------- + +Bug fixes: +* env-update: Handle BROOT vs ROOT distinction for PATH (and other + variables like PREROOTPATH and ROOTPATH). The issue being that + only some variables are relevant for execution (and hence need + to be derived from BROOT), while others need to correspond to + EROOT for e.g. library paths. This should help with Clang + stage building. + +* Build: Fix test suite file data processing (copying of .gnupg data + for the gpkg tests led to a failure in src_test in the portage ebuild). + portage-3.0.32 (2022-07-11) --------------
