Home
       tnet-p2p/libbitcoin-explorer: 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 edcd47f5e8d62a0e0ed9f00651f79363b6e47f34
   DIR parent 5284f3da79eb7af306c8c991dafc26cf9aa04ae6
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Tue,  9 Feb 2021 23:11:35 +0100
       
       net-p2p/libbitcoin-explorer: Fix dependency.equalsversion.
       
       Diffstat:
         M net-p2p/libbitcoin-explorer/libbit… |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/net-p2p/libbitcoin-explorer/libbitcoin-explorer-9999.ebuild b/net-p2p/libbitcoin-explorer/libbitcoin-explorer-9999.ebuild
       t@@ -16,8 +16,8 @@ IUSE="static-libs debug test"
        
        DEPEND="
                >=dev-libs/boost-1.62.0:=[threads(+)]
       -        =net-p2p/libbitcoin-client-${PV}
       -        =net-p2p/libbitcoin-network-${PV}
       +        >=net-p2p/libbitcoin-client-${PV}
       +        >=net-p2p/libbitcoin-network-${PV}
        "
        RDEPEND="${DEPEND}"