commit: 311dc338a9566052b660de5494e47ff9dd417173 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Sep 11 20:15:24 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Sep 11 20:15:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=311dc338
profiles/arch/sparc: add dev-lang/rust[system-bootstrap] to p.u.stable.force too Bug: https://bugs.gentoo.org/842246 Closes: https://bugs.gentoo.org/869680 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/sparc/package.use.force | 2 +- profiles/arch/sparc/package.use.stable.force | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/profiles/arch/sparc/package.use.force b/profiles/arch/sparc/package.use.force index 888248394524..f3be48ad126c 100644 --- a/profiles/arch/sparc/package.use.force +++ b/profiles/arch/sparc/package.use.force @@ -4,7 +4,7 @@ # 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. +# or existing installed rust). bug #842246, bug #869680. dev-lang/rust system-bootstrap # Sam James <[email protected]> (2022-02-19) diff --git a/profiles/arch/sparc/package.use.stable.force b/profiles/arch/sparc/package.use.stable.force new file mode 100644 index 000000000000..ff742843f7f3 --- /dev/null +++ b/profiles/arch/sparc/package.use.stable.force @@ -0,0 +1,8 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Sam James <[email protected]> (2022-09-11) +# 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, bug #869680. +dev-lang/rust system-bootstrap
