mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-27 00:21:44 +02:00
overlay profiles: Enable asm USE flag too
It is required by dev-libs/gmp's cpudetection USE flag, so it needs to be enabled explicitly, otherwise it will be disabled during bootstrap.
This commit is contained in:
parent
f06093854a
commit
98e420f346
@ -23,7 +23,8 @@ sys-apps/portage -xattr
|
|||||||
# Force openssl provider for net-misc/curl
|
# Force openssl provider for net-misc/curl
|
||||||
net-misc/curl ssl openssl curl_ssl_openssl
|
net-misc/curl ssl openssl curl_ssl_openssl
|
||||||
|
|
||||||
# Force cpudetection for dev-libs/gmp, so it's also picked up during
|
# Force cpudetection for dev-libs/gmp, so it is also picked up during
|
||||||
# bootstrap. That way, we won't be hitting bindist restrictions that
|
# bootstrap. That way, we will not be hitting bindist restrictions
|
||||||
# cause the build in stage1 to fail.
|
# that cause the build in stage1 to fail. Pulling in asm too, as it is
|
||||||
dev-libs/gmp cpudetection
|
# required by cpudetection.
|
||||||
|
dev-libs/gmp cpudetection asm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user