commit: 246e628607d258482485088ff164a84f480f7caa
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 5 04:40:39 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 5 04:40:39 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=246e6286
net-p2p/bitcoin-qt: add note re bundled dev-libs/univalue
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-p2p/bitcoin-qt/bitcoin-qt-24.0.1.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/net-p2p/bitcoin-qt/bitcoin-qt-24.0.1.ebuild
b/net-p2p/bitcoin-qt/bitcoin-qt-24.0.1.ebuild
index a08802221ce1..76fdba8ff317 100644
--- a/net-p2p/bitcoin-qt/bitcoin-qt-24.0.1.ebuild
+++ b/net-p2p/bitcoin-qt/bitcoin-qt-24.0.1.ebuild
@@ -24,6 +24,9 @@ REQUIRED_USE="
berkdb? ( wallet )
wallet? ( || ( berkdb sqlite ) )
"
+# dev-libs/univalue is now bundled as upstream dropped support for system copy
+# and their version in the Bitcoin repo has deviated a fair bit from upstream.
+# Upstream also seems very inactive.
RDEPEND="
dev-libs/boost:=
>=dev-libs/libsecp256k1-0.2.0:=[recovery,schnorr]