From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1458802-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id C88C3158020
	for <garchives@archives.gentoo.org>; Sun, 20 Nov 2022 23:33:52 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id B8A4FE0972;
	Sun, 20 Nov 2022 23:33:51 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id A169CE0972
	for <gentoo-commits@lists.gentoo.org>; Sun, 20 Nov 2022 23:33:51 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 8D9E9335DE8
	for <gentoo-commits@lists.gentoo.org>; Sun, 20 Nov 2022 23:33:50 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id D81A0757
	for <gentoo-commits@lists.gentoo.org>; Sun, 20 Nov 2022 23:33:48 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1668987223.7963aac0ea1a3e758ad3e00d24ebf8471276f02c.sam@gentoo>
Subject: [gentoo-commits] proj/portage:master commit in: /
X-VCS-Repository: proj/portage
X-VCS-Files: NEWS
X-VCS-Directories: /
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 7963aac0ea1a3e758ad3e00d24ebf8471276f02c
X-VCS-Branch: master
Date: Sun, 20 Nov 2022 23:33:48 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 2527d2f0-7be6-468b-9511-58e2de377f5d
X-Archives-Hash: 89eeffad63d8886fb2c41287809f70ce

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