diff options
author | 2022-09-11 21:15:24 +0100 | |
---|---|---|
committer | 2022-09-11 21:15:24 +0100 | |
commit | 311dc338a9566052b660de5494e47ff9dd417173 (patch) | |
tree | 7d89e52eda6258e8c2bf4c1a2b0af68fc64d9394 /profiles | |
parent | games-action/swordandsworcery: depend on flac:0/0 or flac-compat (diff) | |
download | gentoo-311dc338a9566052b660de5494e47ff9dd417173.tar.gz gentoo-311dc338a9566052b660de5494e47ff9dd417173.tar.bz2 gentoo-311dc338a9566052b660de5494e47ff9dd417173.zip |
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@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/sparc/package.use.force | 2 | ||||
-rw-r--r-- | profiles/arch/sparc/package.use.stable.force | 8 |
2 files changed, 9 insertions, 1 deletions
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 <sam@gentoo.org> (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 <sam@gentoo.org> (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 <sam@gentoo.org> (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 |