From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DFE0B139890 for ; Sat, 22 Aug 2015 16:04:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6C591412D; Sat, 22 Aug 2015 16:04:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 856791412D for ; Sat, 22 Aug 2015 16:04:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AFB25340A7F for ; Sat, 22 Aug 2015 16:04:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 882AF14B for ; Sat, 22 Aug 2015 16:04:29 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1440259688.9fb2cd96072c5d362290a4078c6ec513ff899346.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/litecoind/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/litecoind/litecoind-0.10.2.2-r1.ebuild X-VCS-Directories: net-p2p/litecoind/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 9fb2cd96072c5d362290a4078c6ec513ff899346 X-VCS-Branch: master Date: Sat, 22 Aug 2015 16:04:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 712f048a-bc95-4d34-b347-dfaf8631c190 X-Archives-Hash: 3544b0caddd31af4bdc180ff75264f2c commit: 9fb2cd96072c5d362290a4078c6ec513ff899346 Author: Anthony G. Basile gentoo org> AuthorDate: Sat Aug 22 16:02:41 2015 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sat Aug 22 16:08:08 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fb2cd96 net-p2p/litecoind: restrict version of leveldb. Gentoo-Bug: 558266 Package-Manager: portage-2.2.20.1 net-p2p/litecoind/litecoind-0.10.2.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-p2p/litecoind/litecoind-0.10.2.2-r1.ebuild b/net-p2p/litecoind/litecoind-0.10.2.2-r1.ebuild index 0a3c95d..07e92b8 100644 --- a/net-p2p/litecoind/litecoind-0.10.2.2-r1.ebuild +++ b/net-p2p/litecoind/litecoind-0.10.2.2-r1.ebuild @@ -27,7 +27,7 @@ RDEPEND=" logrotate? ( app-admin/logrotate ) upnp? ( net-libs/miniupnpc ) sys-libs/db:$(db_ver_to_slot "${DB_VER}")[cxx] - virtual/bitcoin-leveldb + <=dev-libs/leveldb-1.15.0-r1 " DEPEND="${RDEPEND} >=app-shells/bash-4.1