commit: c0a82c42c13340743296461c0b594c5ad2f8a116 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Jun 25 05:34:44 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jun 25 05:35:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0a82c42
profiles/arch/sparc: force dev-lang/rust[system-bootstrap] Needed for now until dev-lang/rust learns how to use our bootstrap tarball which we inject into dev-lang/rust-bin for sparc. Bug: https://bugs.gentoo.org/842246 Bug: https://bugs.gentoo.org/769467 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/sparc/package.use.force | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/arch/sparc/package.use.force b/profiles/arch/sparc/package.use.force index 3c53f2a73cfa..1d86050b6044 100644 --- a/profiles/arch/sparc/package.use.force +++ b/profiles/arch/sparc/package.use.force @@ -1,6 +1,12 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2022-06-25) +# dev-lang/rust lacks wiring up to use our custom rust-bin bootstrap +# tarball, so force system-bootstrap instead (i.e. force using rust-bin +# or existing installed rust). bug #842246. +dev-lang/rust system-bootstrap + # Sam James <[email protected]> (2022-02-19) # New enough SpiderMonkey not (yet?) keyworded here, bug #753221 sys-auth/polkit duktape
