summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Whitlock <gentoo@mattwhitlock.name>2024-11-06 09:08:53 -0500
committerSam James <sam@gentoo.org>2024-11-06 14:27:42 +0000
commit73355002ae6d499e341edc7d3199a2af147a129d (patch)
treea8ea558974fbe2642a8d075c7227e222a0887ab0 /profiles
parentdev-libs/libsecp256k1: add proxied maintainer (diff)
downloadgentoo-73355002ae6d499e341edc7d3199a2af147a129d.tar.gz
gentoo-73355002ae6d499e341edc7d3199a2af147a129d.tar.bz2
gentoo-73355002ae6d499e341edc7d3199a2af147a129d.zip
dev-libs/libsecp256k1: default USE="asm" only on amd64
Bug: https://bugs.gentoo.org/941226 Signed-off-by: Matt Whitlock <gentoo@mattwhitlock.name> Closes: https://github.com/gentoo/gentoo/pull/39220 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r--profiles/arch/amd64/package.use5
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/arch/amd64/package.use b/profiles/arch/amd64/package.use
index 273406b0e81e..2ba8e0388262 100644
--- a/profiles/arch/amd64/package.use
+++ b/profiles/arch/amd64/package.use
@@ -1,6 +1,11 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Matt Whitlock <gentoo@mattwhitlock.name> (2024-11-06)
+# Assembly optimization is experimental except on amd64, so we leave it
+# disabled by default on all other arches. Bug #941226
+dev-libs/libsecp256k1 asm
+
# Michał Górny <mgorny@gentoo.org> (2024-09-04)
# Build with debugging support by default to facilitate dev-debug/dtrace
# and sys-apps/systemd[bpf].