diff options
author | Sam James <sam@gentoo.org> | 2024-05-03 06:25:20 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-03 06:25:20 +0100 |
commit | 607d7d58638b5f5b085ec861ffb8f751bbe01743 (patch) | |
tree | 1e673efa8259d7e5bbf6f43971199b219d84c5a5 | |
parent | eclean: dist: fix operating on an empty directory (diff) | |
download | gentoolkit-607d7d58638b5f5b085ec861ffb8f751bbe01743.tar.gz gentoolkit-607d7d58638b5f5b085ec861ffb8f751bbe01743.tar.bz2 gentoolkit-607d7d58638b5f5b085ec861ffb8f751bbe01743.zip |
eclean: dist: fix typo in comment
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | pym/gentoolkit/eclean/search.py | 4 |
1 files 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 = {} |