net-p2p/litecoind: add slot operator to dev-libs/leveldb
authorLouis Sautier <sautier.louis@gmail.com>
Fri, 15 Jun 2018 23:55:06 +0000 (01:55 +0200)
committerDavid Seifert <soap@gentoo.org>
Sun, 17 Jun 2018 20:33:45 +0000 (22:33 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

net-p2p/litecoind/litecoind-0.10.4.0.ebuild

index 32c939ec998e06d935e5f266c1082aaaef2dade6..343fe5987cf1e7699a1a478096d2176d6faadf0c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -26,7 +26,7 @@ RDEPEND="
        logrotate? ( app-admin/logrotate )
        upnp? ( net-libs/miniupnpc )
        sys-libs/db:$(db_ver_to_slot "${DB_VER}")[cxx]
-       >=dev-libs/leveldb-1.18-r1
+       >=dev-libs/leveldb-1.18-r1:=
 "
 DEPEND="${RDEPEND}
        >=app-shells/bash-4.1