From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1419363-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 F3813158094
	for <garchives@archives.gentoo.org>; Mon, 18 Jul 2022 19:40:24 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 35B31E0E3B;
	Mon, 18 Jul 2022 19:40:24 +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))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 1AA2CE0E3B
	for <gentoo-commits@lists.gentoo.org>; Mon, 18 Jul 2022 19:40:24 +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 293D1340C24
	for <gentoo-commits@lists.gentoo.org>; Mon, 18 Jul 2022 19:40:23 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 50655500
	for <gentoo-commits@lists.gentoo.org>; Mon, 18 Jul 2022 19:40:21 +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: <1658173216.d3854f3ebfc7143d8d4319be3ee1210b84ccb310.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: d3854f3ebfc7143d8d4319be3ee1210b84ccb310
X-VCS-Branch: master
Date: Mon, 18 Jul 2022 19:40:21 +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: 44755ebc-0fa6-4ab4-a7e0-1b14d92d3179
X-Archives-Hash: e3aac7f3d17d34491e3d6823eca52659

commit:     d3854f3ebfc7143d8d4319be3ee1210b84ccb310
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 18 19:40:16 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 18 19:40:16 2022 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=d3854f3e

NEWS: update

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

 NEWS | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/NEWS b/NEWS
index 0add1b649..838dbab2d 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,23 @@ Bug fixes:
 * 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).
 
+* emerge: drop obsolete fixpackages warning (as a result of refactoring,
+  started to show on every emerge, but is harmless and left over
+  from many years ago).
+
+* estrip: fix double prefix (regression from "don't call estrip twice" fix
+  in 3.0.31).
+
+* ebuild(5): mention dolib, libopts being banned in EAPI 7.
+
+* ebuild(5): mention dohtml is banned in EAPI 7.
+
+* ebuild(5): mention hasv is banned in EAPI 8.
+
+* ebuild(5): mention dosym -r for EAPI 8.
+
+* ebuild(5): mention einstall was banned in EAPI 6.
+
 portage-3.0.32 (2022-07-11)
 --------------