diff options
author | 2023-12-08 11:53:58 +0000 | |
---|---|---|
committer | 2023-12-09 14:14:44 +0000 | |
commit | ddae1007eaaf59a123de1a93324897c58605ae80 (patch) | |
tree | d7d04cf354d07aecf84c4687ad0becabec3048c7 /NEWS | |
parent | NEWS: update (diff) | |
download | portage-ddae1007eaaf59a123de1a93324897c58605ae80.tar.gz portage-ddae1007eaaf59a123de1a93324897c58605ae80.tar.bz2 portage-ddae1007eaaf59a123de1a93324897c58605ae80.zip |
sets: VariableSet: flatten dependencies
This is needed to pick up www-client/firefox's BDEPEND of "|| ( virtual/rust:0/a virtual/rust:0/b ...)"
for @rust-rebuild.
Signed-off-by: Sam James <sam@gentoo.org>
Closes: https://github.com/gentoo/portage/pull/1203
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -20,6 +20,9 @@ Bug fixes: * Set SYSROOT appropriately for best_version and has_version so that they work when cross-compiling and IPC is disabled. +* sets: VariableSet: Flatten dependencies so that e.g. www-client/firefox + appears in @rust-rebuild. + portage-3.0.56 (2023-12-01) -------------- |