From be21cde57e8e57a33c5bf86f43d7ecc046c4a2df Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Thu, 14 Sep 2023 13:02:15 +0200 Subject: [PATCH] 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. --- .../profiles/coreos/base/package.use.force | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.use.force b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.use.force index 69316da05b7..3f85b62b0da 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.use.force +++ b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.use.force @@ -23,7 +23,8 @@ sys-apps/portage -xattr # Force openssl provider for net-misc/curl net-misc/curl ssl openssl curl_ssl_openssl -# Force cpudetection for dev-libs/gmp, so it's also picked up during -# bootstrap. That way, we won't be hitting bindist restrictions that -# cause the build in stage1 to fail. -dev-libs/gmp cpudetection +# Force cpudetection for dev-libs/gmp, so it is also picked up during +# bootstrap. That way, we will not be hitting bindist restrictions +# that cause the build in stage1 to fail. Pulling in asm too, as it is +# required by cpudetection. +dev-libs/gmp cpudetection asm