diff options
author | Sam James <sam@gentoo.org> | 2022-06-25 06:34:44 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-25 06:35:20 +0100 |
commit | c0a82c42c13340743296461c0b594c5ad2f8a116 (patch) | |
tree | fb0b1b6fa548aafb620c38ab0956fb4b5c0a820d /profiles/arch | |
parent | */s6-*: revbump due to a static-libs removal (diff) | |
download | gentoo-c0a82c42c13340743296461c0b594c5ad2f8a116.tar.gz gentoo-c0a82c42c13340743296461c0b594c5ad2f8a116.tar.bz2 gentoo-c0a82c42c13340743296461c0b594c5ad2f8a116.zip |
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@gentoo.org>
Diffstat (limited to 'profiles/arch')
-rw-r--r-- | profiles/arch/sparc/package.use.force | 6 |
1 files changed, 6 insertions, 0 deletions
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 <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. +dev-lang/rust system-bootstrap + # Sam James <sam@gentoo.org> (2022-02-19) # New enough SpiderMonkey not (yet?) keyworded here, bug #753221 sys-auth/polkit duktape |