summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sautier.louis@gmail.com>2018-06-16 01:55:06 +0200
committerDavid Seifert <soap@gentoo.org>2018-06-17 22:33:45 +0200
commit7414979372d381ea034139aaeefd9f1ad4ad3fbf (patch)
tree8145fa48988ab38879e8855a410090b6e9c5c4dc /net-p2p/litecoind
parentsys-apps/duc: add slot operator to dev-libs/leveldb (diff)
downloadgentoo-7414979372d381ea034139aaeefd9f1ad4ad3fbf.tar.gz
gentoo-7414979372d381ea034139aaeefd9f1ad4ad3fbf.tar.bz2
gentoo-7414979372d381ea034139aaeefd9f1ad4ad3fbf.zip
net-p2p/litecoind: add slot operator to dev-libs/leveldb
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'net-p2p/litecoind')
-rw-r--r--net-p2p/litecoind/litecoind-0.10.4.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/litecoind/litecoind-0.10.4.0.ebuild b/net-p2p/litecoind/litecoind-0.10.4.0.ebuild
index 32c939ec998e..343fe5987cf1 100644
--- a/net-p2p/litecoind/litecoind-0.10.4.0.ebuild
+++ b/net-p2p/litecoind/litecoind-0.10.4.0.ebuild
@@ -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