commit:     9eb4d31d3db0f05c91b240a20064f9dcea015b8f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  5 06:56:33 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan  5 06:56:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eb4d31d

dev-util/bitcoin-tx: 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/889782
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../{bitcoin-tx-24.0.1.ebuild => bitcoin-tx-24.0.1-r1.ebuild}          | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-util/bitcoin-tx/bitcoin-tx-24.0.1.ebuild 
b/dev-util/bitcoin-tx/bitcoin-tx-24.0.1-r1.ebuild
similarity index 91%
rename from dev-util/bitcoin-tx/bitcoin-tx-24.0.1.ebuild
rename to dev-util/bitcoin-tx/bitcoin-tx-24.0.1-r1.ebuild
index ef71b0141e50..0b44b98f9cba 100644
--- a/dev-util/bitcoin-tx/bitcoin-tx-24.0.1.ebuild
+++ b/dev-util/bitcoin-tx/bitcoin-tx-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-1.64.0:=
        >=dev-libs/libsecp256k1-0.2:=[recovery,schnorr]
+       virtual/bitcoin-leveldb
 "
 DEPEND="${RDEPEND}"
 

Reply via email to