mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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:= )
|
||||
"
|
||||
Reference in New Issue
Block a user