commit: 8b3caae6339bccb97cad5c80e8a973452011f552 Author: Joe Kappus <joe <AT> wt <DOT> gd> AuthorDate: Thu Oct 30 20:37:55 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Oct 31 09:55:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b3caae6
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 <AT> 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 <AT> gentoo.org> .../{bitcoin-core-30.0.ebuild => bitcoin-core-30.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-p2p/bitcoin-core/bitcoin-core-30.0.ebuild b/net-p2p/bitcoin-core/bitcoin-core-30.0-r1.ebuild similarity index 99% rename from net-p2p/bitcoin-core/bitcoin-core-30.0.ebuild rename to net-p2p/bitcoin-core/bitcoin-core-30.0-r1.ebuild index ec2424cdd1d6..5c7e4cc303eb 100644 --- a/net-p2p/bitcoin-core/bitcoin-core-30.0.ebuild +++ b/net-p2p/bitcoin-core/bitcoin-core-30.0-r1.ebuild @@ -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:= ) "
