aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGábor Oszkár Dénes <gaboroszkar@protonmail.com>2024-02-14 18:40:24 +0100
committerSam James <sam@gentoo.org>2024-02-23 04:39:26 +0000
commit92ff02b9189f8350f44e134d538319e4037f3f71 (patch)
tree10cbb64f516adf8aead9b072cc0d9a9673c39dc7 /NEWS
parentsocks5: Use real asyncio.run (diff)
downloadportage-92ff02b9189f8350f44e134d538319e4037f3f71.tar.gz
portage-92ff02b9189f8350f44e134d538319e4037f3f71.tar.bz2
portage-92ff02b9189f8350f44e134d538319e4037f3f71.zip
emerge: Skip installed packages with emptytree in depgraph selection
Running emerge with emptytree tries to find the best match for every atom it needs to install. Sometimes the best matches would be already installed packages (with `operation=nomerge`), but these packages would be silently skipped with full emptytree installation. This change makes sure that emerge attempts to install every package. If the package has unmet requirements, emerge will complain. Bug: https://bugs.gentoo.org/651018 Signed-off-by: Gábor Oszkár Dénes <gaboroszkar@protonmail.com> Closes: https://github.com/gentoo/portage/pull/1272 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3fbc72786..94be26de8 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,12 @@ Release notes take the form of the following optional categories:
* Bug fixes
* Cleanups
+portage-3.0.63 (UNRELEASED)
+--------------
+
+Bug fixes:
+* emerge: Skip installed packages with emptytree in depgraph selection (bug #651018).
+
portage-3.0.62 (2024-02-22)
--------------