diff options
author | Sam James <sam@gentoo.org> | 2022-09-29 03:37:14 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-30 21:35:00 +0100 |
commit | f034ac4a678a6da8d854f82a52d4fe523bf6cb8f (patch) | |
tree | 4db873bb27e9073f097fd6ca9fdf9ff269a0ae79 /cnf | |
parent | NEWS: drop accidental addition (diff) | |
download | portage-f034ac4a678a6da8d854f82a52d4fe523bf6cb8f.tar.gz portage-f034ac4a678a6da8d854f82a52d4fe523bf6cb8f.tar.bz2 portage-f034ac4a678a6da8d854f82a52d4fe523bf6cb8f.zip |
cnf: sets: add @rust-rebuild set
Rust is statically linked like Go and this is useful for us
to mention in GLSAs (and possibly dev-lang/rust{,-bin}'s pkg_postinst).
Bug: https://bugs.gentoo.org/827974
Bug: https://bugs.gentoo.org/865115
Signed-off-by: Sam James <sam@gentoo.org>
Closes: https://github.com/gentoo/portage/pull/915
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'cnf')
-rw-r--r-- | cnf/sets/portage.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cnf/sets/portage.conf b/cnf/sets/portage.conf index 3738f147d..2e02f91f9 100644 --- a/cnf/sets/portage.conf +++ b/cnf/sets/portage.conf @@ -115,3 +115,9 @@ class = portage.sets.dbapi.ChangedDepsSet class = portage.sets.dbapi.VariableSet variable = BDEPEND includes = dev-lang/go + +# Installed packages for which vdb *DEPEND includes virtual/rust +[rust-rebuild] +class = portage.sets.dbapi.VariableSet +variable = BDEPEND +includes = virtual/rust |