Skip to content

Commit

Permalink
overlay profiles: Enable asm USE flag too
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
krnowak committed Sep 15, 2023
1 parent 480a62d commit be21cde
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit be21cde

Please sign in to comment.