diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-08-16 13:13:13 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-08-16 13:14:38 +0300 |
commit | f2ea0d002f002e811b174009be3d9f878a927438 (patch) | |
tree | fc734d957f1fe448e4a9fb0e71e7591b79bf0c66 /profiles/default/linux/ppc64le | |
parent | profiles: mark musl profiles w/o rust bins as wd40 (diff) | |
download | gentoo-f2ea0d002f002e811b174009be3d9f878a927438.tar.gz gentoo-f2ea0d002f002e811b174009be3d9f878a927438.tar.bz2 gentoo-f2ea0d002f002e811b174009be3d9f878a927438.zip |
profiles/ppc64{,le}/musl: force rust[system-bootstrap]
Bug: https://bugs.gentoo.org/936643
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'profiles/default/linux/ppc64le')
-rw-r--r-- | profiles/default/linux/ppc64le/23.0/musl/package.use.force | 6 | ||||
-rw-r--r-- | profiles/default/linux/ppc64le/23.0/split-usr/musl/package.use.force | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/profiles/default/linux/ppc64le/23.0/musl/package.use.force b/profiles/default/linux/ppc64le/23.0/musl/package.use.force new file mode 100644 index 000000000000..fd3ef27d892d --- /dev/null +++ b/profiles/default/linux/ppc64le/23.0/musl/package.use.force @@ -0,0 +1,6 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Arthur Zamarin <arthurzam@gentoo.org> (2024-08-16) +# We build our riscv musl binaries ourselves, #936643 +dev-lang/rust system-bootstrap diff --git a/profiles/default/linux/ppc64le/23.0/split-usr/musl/package.use.force b/profiles/default/linux/ppc64le/23.0/split-usr/musl/package.use.force new file mode 100644 index 000000000000..fd3ef27d892d --- /dev/null +++ b/profiles/default/linux/ppc64le/23.0/split-usr/musl/package.use.force @@ -0,0 +1,6 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Arthur Zamarin <arthurzam@gentoo.org> (2024-08-16) +# We build our riscv musl binaries ourselves, #936643 +dev-lang/rust system-bootstrap |