Skip to content

Commit

Permalink
net-p2p/bitcoin-cli: add virtual/bitcoin-leveldb dep
Browse files Browse the repository at this point in the history
We may be able to prune this again (only bitcoin-qt/bitcoind actually need it,
maybe?) but most people will have one of those anyway, and we want to keep stuff
working. We already did a huge rebase of the patches so I'd rather let the dust
settle first.

Closes: https://bugs.gentoo.org/889784
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Jan 5, 2023
1 parent 9eb4d31 commit 9cfb84f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"

# TODO: Can we drop virtual/bitcoin-leveldb from some bitcoin-*?
# (only bitcoin-qt, bitcoind should need it?)
RDEPEND="
dev-libs/boost:=
dev-libs/libevent:=
virtual/bitcoin-leveldb
"
DEPEND="${RDEPEND}"

Expand Down

0 comments on commit 9cfb84f

Please sign in to comment.