aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2024-05-10 12:26:18 +0100
committerJames Le Cuirot <chewi@gentoo.org>2024-06-11 13:57:42 +0100
commite320d1eca24c036d3d08fdab14888269c3a05a59 (patch)
tree6eb3de04418b29342825c57d0c0358f9a6efe269 /NEWS
parenttar_safe_extract: Use tarfile.fully_trusted_filter (diff)
downloadportage-e320d1eca24c036d3d08fdab14888269c3a05a59.tar.gz
portage-e320d1eca24c036d3d08fdab14888269c3a05a59.tar.bz2
portage-e320d1eca24c036d3d08fdab14888269c3a05a59.zip
emerge: Make --root-deps install build deps to ROOT plus / for all EAPIs
Rather than instead of / for EAPI 6 and below. This changes the behaviour, but it is arguably not a breaking change, as no installations are being dropped. The previous behaviour was highly likely to break anyway. Bug: https://bugs.gentoo.org/435066 Closes: https://github.com/gentoo/portage/pull/1319 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2dbe16461..5aa485d26 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,14 @@ Release notes take the form of the following optional categories:
* Bug fixes
* Cleanups
+portage-3.0.66 (UNRELEASED)
+--------------
+
+Features:
+* emerge: Make bare --root-deps option install build-time dependencies to ROOT
+ as well as / for all EAPIs rather than instead of / for EAPI 6 and below
+ (bug #435066).
+
portage-3.0.65 (2024-06-04)
--------------