diff options
author | Sam James <sam@gentoo.org> | 2023-01-05 04:40:39 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-05 04:40:39 +0000 |
commit | 246e628607d258482485088ff164a84f480f7caa (patch) | |
tree | 9f4544099a74fb26ff1e88f683fa569af40ed835 /net-p2p | |
parent | net-p2p/bitcoind: add note re bundled dev-libs/univalue (diff) | |
download | gentoo-246e628607d258482485088ff164a84f480f7caa.tar.gz gentoo-246e628607d258482485088ff164a84f480f7caa.tar.bz2 gentoo-246e628607d258482485088ff164a84f480f7caa.zip |
net-p2p/bitcoin-qt: add note re bundled dev-libs/univalue
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/bitcoin-qt/bitcoin-qt-24.0.1.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
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] |