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 5DC22158041 for ; Mon, 26 Feb 2024 04:12:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D926E29C8; Mon, 26 Feb 2024 04:12:45 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 59C16E29C8 for ; Mon, 26 Feb 2024 04:12:45 +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 845ED335CAF for ; Mon, 26 Feb 2024 04:12:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5A90E5F for ; Mon, 26 Feb 2024 04:12:42 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1708920743.50b1f276d3473d21dea2925a4e4de7d24edeade2.floppym@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: NEWS X-VCS-Directories: / X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 50b1f276d3473d21dea2925a4e4de7d24edeade2 X-VCS-Branch: master Date: Mon, 26 Feb 2024 04:12:42 +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: 1de98f19-5de5-4f60-9188-2435d7db4146 X-Archives-Hash: 950d12fb092824ba26fe55253546d08a commit: 50b1f276d3473d21dea2925a4e4de7d24edeade2 Author: Mike Gilbert gentoo org> AuthorDate: Mon Feb 26 04:12:23 2024 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Mon Feb 26 04:12:23 2024 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=50b1f276 Fix NEWS Signed-off-by: Mike Gilbert gentoo.org> NEWS | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 258d800373..5da71f776e 100644 --- a/NEWS +++ b/NEWS @@ -10,11 +10,10 @@ portage-3.0.64 (UNRELEASED) -------------- Bug fixes: - +* ctypes: Add workaround for loading libc on musl. portage-3.0.63 (2024-02-25) -------------- -* ctypes: Add workaround for loading libc on musl Bug fixes: * emerge: Skip installed packages with emptytree in depgraph selection (bug #651018).