diff options
author | Mike Gilbert <floppym@gentoo.org> | 2023-10-01 17:36:23 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-02 12:47:53 +0100 |
commit | 2b0a904f6b3e0376d0ee2359469d8732c11e376b (patch) | |
tree | f517887afa9c5ae8f7b05c143c9b034b362ad6cd /NEWS | |
parent | Remove obsolete _eintr_func_wrapper (diff) | |
download | portage-2b0a904f6b3e0376d0ee2359469d8732c11e376b.tar.gz portage-2b0a904f6b3e0376d0ee2359469d8732c11e376b.tar.bz2 portage-2b0a904f6b3e0376d0ee2359469d8732c11e376b.zip |
search: fix 'mlen' counter for ambiguous package names
self.mlen was being incremented in both addCP() and output().
Drop the increment in addCP(), and convert mlen to a function-local
variable in output().
Bug: https://bugs.gentoo.org/915054
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Closes: https://github.com/gentoo/portage/pull/1106
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -28,6 +28,9 @@ Bug fixes: * dispatch-conf, etc-update: fix SELinux security labels on merged files. +* emerge: fix application count when listing search results for ambiguous + packages (bug #915054). + Cleanups: * vartree: Remove unused variables and parameters |