diff options
author | Sam James <sam@gentoo.org> | 2023-01-05 06:56:33 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-05 06:56:33 +0000 |
commit | 9eb4d31d3db0f05c91b240a20064f9dcea015b8f (patch) | |
tree | 129d1ae67d8a63fdceb7bdebb5ec05934c3d2800 /dev-util | |
parent | sys-apps/openrc: add 0.46 (diff) | |
download | gentoo-9eb4d31d3db0f05c91b240a20064f9dcea015b8f.tar.gz gentoo-9eb4d31d3db0f05c91b240a20064f9dcea015b8f.tar.bz2 gentoo-9eb4d31d3db0f05c91b240a20064f9dcea015b8f.zip |
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@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/bitcoin-tx/bitcoin-tx-24.0.1-r1.ebuild (renamed from dev-util/bitcoin-tx/bitcoin-tx-24.0.1.ebuild) | 3 |
1 files changed, 3 insertions, 0 deletions
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 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}" |