commit 9491fccecff06e7d447a1316296f423b2cf9f908 parent 4e324ed8ee6d77f7a60bda32f10358bba0701034 Author: parazyd <parazyd@dyne.org> Date: Tue, 9 Feb 2021 23:15:30 +0100 net-p2p/libbitcoin-blockchain: Fix dependency.equalsversion. Diffstat:
M | net-p2p/libbitcoin-blockchain/libbitcoin-blockchain-9999.ebuild | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-p2p/libbitcoin-blockchain/libbitcoin-blockchain-9999.ebuild b/net-p2p/libbitcoin-blockchain/libbitcoin-blockchain-9999.ebuild @@ -16,8 +16,8 @@ IUSE="static-libs debug test +consensus +tools" DEPEND=" >=dev-libs/boost-1.62.0:=[threads(+)] - =net-p2p/libbitcoin-database-${PV} - consensus? ( =net-p2p/libbitcoin-consensus-${PV} ) + >=net-p2p/libbitcoin-database-${PV} + consensus? ( >=net-p2p/libbitcoin-consensus-${PV} ) " RDEPEND="${DEPEND}"