From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1474159-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id E773B15800F
	for <garchives@archives.gentoo.org>; Thu,  5 Jan 2023 06:57:17 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 24D19E07E0;
	Thu,  5 Jan 2023 06:57:17 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 7A7EBE07E1
	for <gentoo-commits@lists.gentoo.org>; Thu,  5 Jan 2023 06:57:16 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 7DC2D340CC0
	for <gentoo-commits@lists.gentoo.org>; Thu,  5 Jan 2023 06:57:15 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9CFCB7FA
	for <gentoo-commits@lists.gentoo.org>; Thu,  5 Jan 2023 06:57:13 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1672901819.9cfb84f4028153f37c3d039ea0160dd8c6626711.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-p2p/bitcoin-cli/bitcoin-cli-24.0.1-r1.ebuild net-p2p/bitcoin-cli/bitcoin-cli-24.0.1.ebuild
X-VCS-Directories: net-p2p/bitcoin-cli/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 9cfb84f4028153f37c3d039ea0160dd8c6626711
X-VCS-Branch: master
Date: Thu,  5 Jan 2023 06:57:13 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: f6060069-6512-4a8f-afbb-e3ecdfa5ea75
X-Archives-Hash: d0b1c364e26e09276999a498bcfc6dbb

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}"