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 BF7BE158064 for ; Fri, 3 May 2024 05:40:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6BFEE2A41; Fri, 3 May 2024 05:40:36 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7D519E2A41 for ; Fri, 3 May 2024 05:40:36 +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 70D9434301D for ; Fri, 3 May 2024 05:40:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C912B1979 for ; Fri, 3 May 2024 05:40:33 +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: <1714713920.607d7d58638b5f5b085ec861ffb8f751bbe01743.sam@gentoo> Subject: [gentoo-commits] proj/gentoolkit:master commit in: pym/gentoolkit/eclean/ X-VCS-Repository: proj/gentoolkit X-VCS-Files: pym/gentoolkit/eclean/search.py X-VCS-Directories: pym/gentoolkit/eclean/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 607d7d58638b5f5b085ec861ffb8f751bbe01743 X-VCS-Branch: master Date: Fri, 3 May 2024 05:40:33 +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: 0edfc869-3f90-4467-b139-bb24f1258ac4 X-Archives-Hash: e84ddd2cc96d72a2f03747227256f410 commit: 607d7d58638b5f5b085ec861ffb8f751bbe01743 Author: Sam James gentoo org> AuthorDate: Fri May 3 05:25:20 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri May 3 05:25:20 2024 +0000 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=607d7d58 eclean: dist: fix typo in comment Signed-off-by: Sam James gentoo.org> pym/gentoolkit/eclean/search.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pym/gentoolkit/eclean/search.py b/pym/gentoolkit/eclean/search.py index 7f050ee..d38b88e 100644 --- a/pym/gentoolkit/eclean/search.py +++ b/pym/gentoolkit/eclean/search.py @@ -641,8 +641,8 @@ def findPackages( dead_binpkgs: dict[str, list[str]] = {} keep_binpkgs = {} - # FEATURES=pkgdir-index-trusted is now on by default which makes portages inavlids - # inaccessible + # FEATURES=pkgdir-index-trusted is now on by default which makes Portage's + # invalids inaccessible settings = var_dbapi.settings bin_dbapi = portage.binarytree(pkgdir=pkgdir, settings=settings).dbapi populate_kwargs = {}