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 7E5C1158083 for ; Wed, 11 Sep 2024 01:40:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C063CE29C1; Wed, 11 Sep 2024 01:40:28 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AC4C3E29C1 for ; Wed, 11 Sep 2024 01:40:28 +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 E874A34164C for ; Wed, 11 Sep 2024 01:40:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57E6816D8 for ; Wed, 11 Sep 2024 01:40:26 +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: <1726018820.b0ceebc388ca2055898e86487e56d7468b61c8f0.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: b0ceebc388ca2055898e86487e56d7468b61c8f0 X-VCS-Branch: master Date: Wed, 11 Sep 2024 01:40:26 +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: 61508ad3-7bf6-4805-ad57-2ad05f66afd8 X-Archives-Hash: 49fc687c3602e59f8a8e8c8947146531 commit: b0ceebc388ca2055898e86487e56d7468b61c8f0 Author: Sam James gentoo org> AuthorDate: Wed Sep 11 01:40:20 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Sep 11 01:40:20 2024 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=b0ceebc3 NEWS: fix typo Reported by Eli. Signed-off-by: Sam James gentoo.org> NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 1bdd3d15cb..3dc23ed14c 100644 --- a/NEWS +++ b/NEWS @@ -50,7 +50,7 @@ Bug fixes: * unpack: Don't display "Unpacking ..." message for skipped files. Match file extensions case-sensitively in old EAPIs, fixes PMS compliance. -* sync: zipflie: Fix installing module. +* sync: zipfile: Fix installing module. * ebuild: Improve 'maintainer mode' QA check.