Skip to content

Commit bc5d054

Browse files
committed
dev-libs/libsecp256k1-0.2.0: enable USE="ecdh" by default
See: bitcoin-core/secp256k1@2286f80 Signed-off-by: Matt Whitlock <[email protected]>
1 parent d756ae2 commit bc5d054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-libs/libsecp256k1/libsecp256k1-0.2.0-r1.ebuild

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/bitcoin-core/secp256k1/archive/v${PV}.tar.gz -> ${P}
1313
LICENSE="MIT"
1414
SLOT="0/1" # subslot is "$((_LIB_VERSION_CURRENT-_LIB_VERSION_AGE))" from configure.ac
1515
KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
16-
IUSE="+asm ecdh experimental +extrakeys lowmem precompute-ecmult +schnorr +recovery test valgrind"
16+
IUSE="+asm +ecdh experimental +extrakeys lowmem precompute-ecmult +schnorr +recovery test valgrind"
1717
RESTRICT="!test? ( test )"
1818

1919
REQUIRED_USE="

0 commit comments

Comments
 (0)