net-p2p/bitcoin-core: add dev-libs/libsecp256k1[musig] to COMMON_DEPEND

musig is needed now built-in to use system-libsecp256k1

[sam: git mv; add bug ref]

Closes: https://bugs.gentoo.org/965368
Signed-off-by: Joe Kappus <joe@wt.gd>
Part-of: https://github.com/gentoo/gentoo/pull/44392
Closes: https://github.com/gentoo/gentoo/pull/44392
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Joe Kappus
2025-10-30 16:37:55 -04:00
committed by Sam James
parent cd86bd0d54
commit 8b3caae633

View File

@@ -39,7 +39,7 @@ COMMON_DEPEND="
>=dev-qt/qtbase-6.2:6[dbus?,gui,network,widgets]
)
qrcode? ( >=media-gfx/qrencode-4.1.1:= )
system-libsecp256k1? ( >=dev-libs/libsecp256k1-0.6.0:=[asm=,ellswift,extrakeys,recovery,schnorr] )
system-libsecp256k1? ( >=dev-libs/libsecp256k1-0.6.0:=[asm=,ellswift,extrakeys,musig,recovery,schnorr] )
wallet? ( >=dev-db/sqlite-3.38.5:= )
zeromq? ( >=net-libs/zeromq-4.3.4:= )
"