diff options
author | Sam James <sam@gentoo.org> | 2023-01-05 04:40:10 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-05 04:40:10 +0000 |
commit | 3fdb91d4d80dfdcfd0ea37984623de6d4b866195 (patch) | |
tree | 6bde3c336df4638e168ec49c857ad0ed8071b930 /net-p2p | |
parent | dev-cpp/tbb: Stabilize 2021.7.0-r1 ppc64, #889774 (diff) | |
download | gentoo-3fdb91d4d80dfdcfd0ea37984623de6d4b866195.tar.gz gentoo-3fdb91d4d80dfdcfd0ea37984623de6d4b866195.tar.bz2 gentoo-3fdb91d4d80dfdcfd0ea37984623de6d4b866195.zip |
net-p2p/bitcoind: 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/bitcoind/bitcoind-24.0.1.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net-p2p/bitcoind/bitcoind-24.0.1.ebuild b/net-p2p/bitcoind/bitcoind-24.0.1.ebuild index edae72c7b9f3..15346a5e3025 100644 --- a/net-p2p/bitcoind/bitcoind-24.0.1.ebuild +++ b/net-p2p/bitcoind/bitcoind-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=" acct-group/bitcoin acct-user/bitcoin |