commit: 7963aac0ea1a3e758ad3e00d24ebf8471276f02c Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Nov 20 23:33:38 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Nov 20 23:33:43 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=7963aac0
NEWS: rephrase a little bit Signed-off-by: Sam James <sam <AT> gentoo.org> NEWS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 28f482350..76a8eb462 100644 --- a/NEWS +++ b/NEWS @@ -2,19 +2,19 @@ portage-3.0.40 (UNRELEASED) -------------- Features: -* /etc/portage/sets.conf can now be a directory. Ditto for the Portage extension +* config: /etc/portage/sets.conf can now be a directory. Ditto for the Portage extension supporting sets.conf in ebuild repositories. -* Tests added for VariableSet changes to check @golang-rebuild works as +* sets: Tests added for VariableSet changes to check @golang-rebuild works as intended. Bug fixes: -* Clobber repositories using sync-type=git to match rsync behavior. This +* sync: Clobber repositories using sync-type=git to match rsync behavior. This helps with issues where git-synced repositories can become confused if the remote is a CDN and then starts to diverge, preventing further syncs. -* Fix DeprecationWarning in sets. +* portage: sets: Fix DeprecationWarning in sets. * install-qa-check.d: 90gcc-warnigns: Disable -Wimplicit-function-declaration being fatal for now. The number of failures in bug #870412 is too large for the time
