net-p2p/libbitcoin-blockchain: Fix dependency.equalsversion. - parlay - yet another gentoo overlay
HTML git clone https://git.parazyd.org/parlay
DIR Log
DIR Files
DIR Refs
DIR README
---
DIR commit 9491fccecff06e7d447a1316296f423b2cf9f908
DIR parent 4e324ed8ee6d77f7a60bda32f10358bba0701034
HTML 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/libb… | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
DIR 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}"