aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2023-10-01 17:36:23 -0400
committerSam James <sam@gentoo.org>2023-10-02 12:47:53 +0100
commit2b0a904f6b3e0376d0ee2359469d8732c11e376b (patch)
treef517887afa9c5ae8f7b05c143c9b034b362ad6cd /NEWS
parentRemove obsolete _eintr_func_wrapper (diff)
downloadportage-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--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index aa2b39ee9..bfa6261bb 100644
--- a/NEWS
+++ b/NEWS
@@ -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