commit: 9cfb84f4028153f37c3d039ea0160dd8c6626711 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Jan 5 06:56:54 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jan 5 06:56:59 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cfb84f4
net-p2p/bitcoin-cli: add virtual/bitcoin-leveldb dep 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 <sam <AT> gentoo.org> .../{bitcoin-cli-24.0.1.ebuild => bitcoin-cli-24.0.1-r1.ebuild} | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-24.0.1.ebuild b/net-p2p/bitcoin-cli/bitcoin-cli-24.0.1-r1.ebuild similarity index 91% rename from net-p2p/bitcoin-cli/bitcoin-cli-24.0.1.ebuild rename to net-p2p/bitcoin-cli/bitcoin-cli-24.0.1-r1.ebuild index cbf563fcda34..61cee04d2c9c 100644 --- a/net-p2p/bitcoin-cli/bitcoin-cli-24.0.1.ebuild +++ b/net-p2p/bitcoin-cli/bitcoin-cli-24.0.1-r1.ebuild @@ -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}"
