portage/isos/package.use: enable sse2 for rust-bin on x86

Signed-off-by: Ben Kohler <bkohler@gentoo.org>
This commit is contained in:
Ben Kohler 2024-05-01 09:27:22 -05:00
parent f1b7efed71
commit 7df71fffc1
No known key found for this signature in database
GPG key ID: 7A85BDA4D57605C7

View file

@ -1,2 +1,6 @@
*/* lvm */* lvm
sys-fs/lvm2 thin sys-fs/lvm2 thin
# To allow rust to install as build-only dep during the x86 builds for
# thin-provisioning-tools, we turn on sse2 for rust. This should be harmless
# since rust will get removed before isos are packed.
dev-lang/rust-bin cpu_flags_x86_sse2