diff options
author | 2024-11-06 09:08:53 -0500 | |
---|---|---|
committer | 2024-11-06 14:27:42 +0000 | |
commit | 73355002ae6d499e341edc7d3199a2af147a129d (patch) | |
tree | a8ea558974fbe2642a8d075c7227e222a0887ab0 /dev-libs/libsecp256k1/libsecp256k1-0.5.1.ebuild | |
parent | dev-libs/libsecp256k1: add proxied maintainer (diff) | |
download | gentoo-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 'dev-libs/libsecp256k1/libsecp256k1-0.5.1.ebuild')
-rw-r--r-- | dev-libs/libsecp256k1/libsecp256k1-0.5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libsecp256k1/libsecp256k1-0.5.1.ebuild b/dev-libs/libsecp256k1/libsecp256k1-0.5.1.ebuild index 55280246676e..57b2d865e1ba 100644 --- a/dev-libs/libsecp256k1/libsecp256k1-0.5.1.ebuild +++ b/dev-libs/libsecp256k1/libsecp256k1-0.5.1.ebuild @@ -14,7 +14,7 @@ S="${WORKDIR}/${MyPN}-${PV}" LICENSE="MIT" SLOT="0/2" # subslot is "$((_LIB_VERSION_CURRENT-_LIB_VERSION_AGE))" from configure.ac KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="+asm +ecdh +ellswift experimental +extrakeys lowmem +recovery +schnorr test valgrind" +IUSE="asm +ecdh +ellswift experimental +extrakeys lowmem +recovery +schnorr test valgrind" RESTRICT="!test? ( test )" REQUIRED_USE=" |