From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 93B7615800A for ; Tue, 8 Aug 2023 04:52:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6D432BC013; Tue, 8 Aug 2023 04:52:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 C39E42BC013 for ; Tue, 8 Aug 2023 04:52:18 +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 BB9B23402D6 for ; Tue, 8 Aug 2023 04:52:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5435DF27 for ; Tue, 8 Aug 2023 04:52:16 +0000 (UTC) From: "Sam James" 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" Message-ID: <1691470326.ac0c147f9dc0f57535390fac2181e0efefd9b48c.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: ac0c147f9dc0f57535390fac2181e0efefd9b48c X-VCS-Branch: master Date: Tue, 8 Aug 2023 04:52:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 30e8663b-87bd-4fd1-8655-78c78c1ae915 X-Archives-Hash: 173a98eb4a78e7478ebd8cbf3ac5c397 commit: ac0c147f9dc0f57535390fac2181e0efefd9b48c Author: Sam James gentoo org> AuthorDate: Tue Aug 8 04:52:06 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Aug 8 04:52:06 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=ac0c147f NEWS: update Bug: https://bugs.gentoo.org/911594 Signed-off-by: Sam James gentoo.org> NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 53f0f921f..281cbc2c9 100644 --- a/NEWS +++ b/NEWS @@ -26,6 +26,8 @@ Bug fixes: * Define BROOT in pkg_* phases following PMS change. +* portage(5): Fix description of 'volatile' repos.conf setting (bug #911594). + portage-3.0.49 (2023-06-21) --------------