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 9E299158094 for ; Thu, 29 Sep 2022 20:45:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA4CE2BC057; Thu, 29 Sep 2022 20:45:48 +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 B1B142BC057 for ; Thu, 29 Sep 2022 20:45:48 +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 C1C67340D81 for ; Thu, 29 Sep 2022 20:45:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD1FF5F6 for ; Thu, 29 Sep 2022 20:45:44 +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: <1664484340.9ec692a666ff8ddd30cbf12dbe66867c5084ac10.sam@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: lib/portage/ X-VCS-Repository: proj/portage X-VCS-Files: lib/portage/gpkg.py X-VCS-Directories: lib/portage/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9ec692a666ff8ddd30cbf12dbe66867c5084ac10 X-VCS-Branch: master Date: Thu, 29 Sep 2022 20:45:44 +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: bddf934a-75fd-4c68-8bbe-7776c3db667c X-Archives-Hash: 3053add85446ce35cc1a988c27984d93 commit: 9ec692a666ff8ddd30cbf12dbe66867c5084ac10 Author: Sam James gentoo org> AuthorDate: Thu Sep 29 06:37:19 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Sep 29 20:45:40 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=9ec692a6 lib: portage: gpkg: fix typo in comment Signed-off-by: Sam James gentoo.org> lib/portage/gpkg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/portage/gpkg.py b/lib/portage/gpkg.py index ff2195854..7e1b98370 100644 --- a/lib/portage/gpkg.py +++ b/lib/portage/gpkg.py @@ -1778,7 +1778,7 @@ class gpkg: def _get_binary_cmd(self, compression, mode): """ - get command list form portage and try match compressor + get command list from portage and try match compressor """ if compression not in _compressors: raise InvalidCompressionMethod(compression)