Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: cnf/sets/
Date: Fri, 30 Sep 2022 20:35:12
Message-Id: 1664570100.f034ac4a678a6da8d854f82a52d4fe523bf6cb8f.sam@gentoo
1 commit: f034ac4a678a6da8d854f82a52d4fe523bf6cb8f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 29 02:37:14 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 30 20:35:00 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=f034ac4a
7
8 cnf: sets: add @rust-rebuild set
9
10 Rust is statically linked like Go and this is useful for us
11 to mention in GLSAs (and possibly dev-lang/rust{,-bin}'s pkg_postinst).
12
13 Bug: https://bugs.gentoo.org/827974
14 Bug: https://bugs.gentoo.org/865115
15 Signed-off-by: Sam James <sam <AT> gentoo.org>
16 Closes: https://github.com/gentoo/portage/pull/915
17 Signed-off-by: Sam James <sam <AT> gentoo.org>
18
19 cnf/sets/portage.conf | 6 ++++++
20 1 file changed, 6 insertions(+)
21
22 diff --git a/cnf/sets/portage.conf b/cnf/sets/portage.conf
23 index 3738f147d..2e02f91f9 100644
24 --- a/cnf/sets/portage.conf
25 +++ b/cnf/sets/portage.conf
26 @@ -115,3 +115,9 @@ class = portage.sets.dbapi.ChangedDepsSet
27 class = portage.sets.dbapi.VariableSet
28 variable = BDEPEND
29 includes = dev-lang/go
30 +
31 +# Installed packages for which vdb *DEPEND includes virtual/rust
32 +[rust-rebuild]
33 +class = portage.sets.dbapi.VariableSet
34 +variable = BDEPEND
35 +includes = virtual/rust