From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1487714-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 89C8115800F
	for <garchives@archives.gentoo.org>; Fri, 17 Feb 2023 09:14:14 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id D8982E088C;
	Fri, 17 Feb 2023 09:14:13 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id C27B6E088C
	for <gentoo-commits@lists.gentoo.org>; Fri, 17 Feb 2023 09:14:13 +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))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id EA6B033BE58
	for <gentoo-commits@lists.gentoo.org>; Fri, 17 Feb 2023 09:14:12 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 1080575
	for <gentoo-commits@lists.gentoo.org>; Fri, 17 Feb 2023 09:14:11 +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: <1676625239.dc75865bf61d6d292333f43cbe0fb281f61c0b07.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: dc75865bf61d6d292333f43cbe0fb281f61c0b07
X-VCS-Branch: master
Date: Fri, 17 Feb 2023 09:14:11 +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: 6d9f0bf1-3faf-4625-9257-cff77babe364
X-Archives-Hash: 4d36a2014a81fa1c5fb46f2fa0d73bf6

commit:     dc75865bf61d6d292333f43cbe0fb281f61c0b07
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 17 09:13:59 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 17 09:13:59 2023 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=dc75865b

NEWS: fix spacing, fix version entry

Signed-off-by: Sam James <sam <AT> gentoo.org>

 NEWS | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index 7e2ce9f41..3aecad148 100644
--- a/NEWS
+++ b/NEWS
@@ -7,7 +7,10 @@ Features:
 * ebuild: Set GNUMAKEFLAGS="--output-sync=line" to ensure build logs are written
   to synchronously when running GNU make in parallel. This option is only set if
   MAKEOPTS and GNUMAKEFLAGS are left unset by the user.
-* emerge: add --onlydeps-with-ideps=<y|n> option (bug #890777).
+
+* emerge: add --onlydeps-with-ideps=<y|n> option (bug #890777)
+
+* install-qa-check.d: 60pkgconfig: add opt-in QA_PKGCONFIG_VERSION check
 
 Bug fixes:
 * gpkg: Handle out-of-space errors (bug #891391).
@@ -130,8 +133,6 @@ Features:
 * sync: git: run 'git clean' in git repositories if they are marked as
   non-volatile.
 
-* install-qa-check.d: 60pkgconfig: add opt-in QA_PKGCONFIG_VERSION check
-
 Bug fixes:
 * glsa: Abort if a GLSA's arch list doesn't match the expected format (bug #882797).