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 AD28915803E for ; Fri, 5 Jan 2024 08:21:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE3CF2BC0CF; Fri, 5 Jan 2024 08:21: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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A31992BC0CF for ; Fri, 5 Jan 2024 08:21: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D6B3C343091 for ; Fri, 5 Jan 2024 08:21:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45D24AE5 for ; Fri, 5 Jan 2024 08:21:11 +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: <1704442869.8a7df98de97b37921e88853e05b3a62cf3b42d4e.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: 8a7df98de97b37921e88853e05b3a62cf3b42d4e X-VCS-Branch: master Date: Fri, 5 Jan 2024 08:21:11 +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: 390813a2-56fd-4984-a9c1-b4acaefd5eea X-Archives-Hash: a84bf8ffdf2280a35624947a15b54d93 commit: 8a7df98de97b37921e88853e05b3a62cf3b42d4e Author: Sam James gentoo org> AuthorDate: Thu Jan 4 10:16:26 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jan 5 08:21:09 2024 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=8a7df98d NEWS: fix typo Signed-off-by: Sam James gentoo.org> NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2ee334f20c..59513f1137 100644 --- a/NEWS +++ b/NEWS @@ -35,7 +35,7 @@ Features: * emerge: depclean now returns with failure if no packages are matched (bug #917120). -* bintree: Support 'file://' scheme for binhost src-uri (bug #920537). +* bintree: Support 'file://' scheme for binhost sync-uri (bug #920537). * sync: git: Include signing key and git revision in log output with --verbose or if a failure occurs.