commit: 014c6629fcfb9011300931af6c460c910765e767 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Sep 12 09:14:29 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Sep 12 09:14:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=014c6629
profiles/arch/sparc: un-stable-mask USE=system-bootstrap Thanks to Arfrever for noticing, doh. Bug: https://bugs.gentoo.org/842246 Bug: https://bugs.gentoo.org/869680 Fixes: 311dc338a9566052b660de5494e47ff9dd417173 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/sparc/package.use.stable.force | 8 -------- profiles/arch/sparc/package.use.stable.mask | 6 ++++++ 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/profiles/arch/sparc/package.use.stable.force b/profiles/arch/sparc/package.use.stable.force deleted file mode 100644 index ff742843f7f3..000000000000 --- a/profiles/arch/sparc/package.use.stable.force +++ /dev/null @@ -1,8 +0,0 @@ -# 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 diff --git a/profiles/arch/sparc/package.use.stable.mask b/profiles/arch/sparc/package.use.stable.mask index 12e089e092ac..2f0f7b4fc724 100644 --- a/profiles/arch/sparc/package.use.stable.mask +++ b/profiles/arch/sparc/package.use.stable.mask @@ -1,6 +1,12 @@ # Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2022-09-12) +# 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 + # Sam James <[email protected]> (2022-06-10) # gstreamer not marked stable on sparc media-sound/pulseaudio-daemon aptx ldac
