diff options
author | David Seifert <soap@gentoo.org> | 2022-09-04 14:22:23 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-09-04 14:22:23 +0200 |
commit | 5a97ab0bf26e67a002dc2cfcabb7a0f28d563016 (patch) | |
tree | 95a19975ab480f20d91358cb0cba9f550621cbbf /net-p2p/bitcoin-cli/bitcoin-cli-0.21.0.ebuild | |
parent | net-libs/nghttp2: remove boost[threads(+)] usedep (diff) | |
download | gentoo-5a97ab0bf26e67a002dc2cfcabb7a0f28d563016.tar.gz gentoo-5a97ab0bf26e67a002dc2cfcabb7a0f28d563016.tar.bz2 gentoo-5a97ab0bf26e67a002dc2cfcabb7a0f28d563016.zip |
net-p2p/bitcoin-cli: remove boost[threads(+)] usedep
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-p2p/bitcoin-cli/bitcoin-cli-0.21.0.ebuild')
-rw-r--r-- | net-p2p/bitcoin-cli/bitcoin-cli-0.21.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.21.0.ebuild b/net-p2p/bitcoin-cli/bitcoin-cli-0.21.0.ebuild index a5ab73dc29a2..99800bdc47fb 100644 --- a/net-p2p/bitcoin-cli/bitcoin-cli-0.21.0.ebuild +++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.21.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -22,7 +22,7 @@ KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" IUSE="knots" DEPEND=" - >=dev-libs/boost-1.58.0:=[threads(+)] + >=dev-libs/boost-1.58.0:= dev-libs/libevent:= >=dev-libs/univalue-1.0.4:= " |