commit: 84db944af3d5e48473c5b59b25fd9b14fe6d2cba Author: Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja> AuthorDate: Sat Jan 27 08:18:46 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jan 27 08:35:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84db944a
profiles/base: unmask dev-lang/rust[profiler] for stable The profiler is required to build chromium >=121. With the initial justification for masking the USE being somewhat flimsy, in the absence of rust maintainers to tell us otherwise we'll unmask it for stable and deal with any consequences. Bug: https://bugs.gentoo.org/922982 Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja> Closes: https://github.com/gentoo/gentoo/pull/35039 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/base/package.use.stable.mask | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask index 2aaf3a6f944c..fae6a0085d6d 100644 --- a/profiles/base/package.use.stable.mask +++ b/profiles/base/package.use.stable.mask @@ -133,7 +133,7 @@ app-emulation/winetricks test # Georgy Yakovlev <[email protected]> (2019-12-21) # For bleeding edge features and testing, not generally suitable # for stable systems -dev-lang/rust nightly profiler system-bootstrap +dev-lang/rust nightly system-bootstrap # Andreas Sturmlechner <[email protected]> (2019-12-09) # Declared experimental, and dev-cpp/websocketpp not stable yet
