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 171AA158020 for ; Tue, 18 Oct 2022 00:35:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42614E08FE; Tue, 18 Oct 2022 00:35:29 +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 265F8E08FE for ; Tue, 18 Oct 2022 00:35:29 +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 35EE4340CC7 for ; Tue, 18 Oct 2022 00:35:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC17B61F for ; Tue, 18 Oct 2022 00:35: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: <1666053323.2e192f1efe824e47fd896f83be67840704a6958f.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: 2e192f1efe824e47fd896f83be67840704a6958f X-VCS-Branch: master Date: Tue, 18 Oct 2022 00:35: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: fec0acb5-e95a-4cb7-a14d-4a4b0013a505 X-Archives-Hash: 26316e46594c9c9646d6121c355be559 commit: 2e192f1efe824e47fd896f83be67840704a6958f Author: Sam James gentoo org> AuthorDate: Tue Oct 18 00:35:11 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Oct 18 00:35:23 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=2e192f1e NEWS: mention BINPKG_FORMAT, gpkg man page improvements Signed-off-by: Sam James gentoo.org> NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index bca28bb7f..5a5da1d04 100644 --- a/NEWS +++ b/NEWS @@ -25,6 +25,9 @@ Bug fixes: We don't need it for decompression as it's there by default in newer xz and it's a no-op in older xz. +* emerge(1), make.conf(5), xpak(5): document BINPKG_FORMAT and the gpkg binary + packate format further. + portage-3.0.38.1 (2022-10-04) --------------