From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 437CA1382DE for ; Sun, 3 Jul 2016 08:13:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6BE3E0AA8; Sun, 3 Jul 2016 08:13:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5D692E0AA8 for ; Sun, 3 Jul 2016 08:13:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9CAD5340D7B for ; Sun, 3 Jul 2016 08:13:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62581241D for ; Sun, 3 Jul 2016 08:13:21 +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: <1467533751.c2e647d9b0e5fd2b17eb71a7789e0f96b4ec010e.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libbitcoinconsensus/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libbitcoinconsensus/libbitcoinconsensus-0.12.0.ebuild net-libs/libbitcoinconsensus/libbitcoinconsensus-0.12.1.ebuild X-VCS-Directories: net-libs/libbitcoinconsensus/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: c2e647d9b0e5fd2b17eb71a7789e0f96b4ec010e X-VCS-Branch: master Date: Sun, 3 Jul 2016 08:13:21 +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: eafcf1e1-2da8-4188-a359-f10e62369245 X-Archives-Hash: 6295bb3faff8d9214c8a585063f8e7ba commit: c2e647d9b0e5fd2b17eb71a7789e0f96b4ec010e Author: Luke Dashjr utopios org> AuthorDate: Sat Jul 2 13:46:24 2016 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sun Jul 3 08:15:51 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2e647d9 net-libs/libbitcoinconsensus-0.12*: Add dependency on libsecp256k1 net-libs/libbitcoinconsensus/libbitcoinconsensus-0.12.0.ebuild | 1 + net-libs/libbitcoinconsensus/libbitcoinconsensus-0.12.1.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.12.0.ebuild b/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.12.0.ebuild index 5b8dc1e..c4cfcce 100644 --- a/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.12.0.ebuild +++ b/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.12.0.ebuild @@ -8,6 +8,7 @@ BITCOINCORE_COMMITHASH="188ca9c305d3dd0fb462b9d6a44048b1d99a05f3" BITCOINCORE_LJR_DATE="20160226" BITCOINCORE_LJR_PREV="rc1" BITCOINCORE_IUSE="test" +BITCOINCORE_NEED_LIBSECP256K1=1 BITCOINCORE_NO_DEPEND="libevent" inherit bitcoincore eutils diff --git a/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.12.1.ebuild b/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.12.1.ebuild index 063c45d..94327d2 100644 --- a/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.12.1.ebuild +++ b/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.12.1.ebuild @@ -8,6 +8,7 @@ BITCOINCORE_COMMITHASH="9779e1e1f320a45255f2e81325f2feceec3fa944" BITCOINCORE_LJR_DATE="20160629" BITCOINCORE_LJR_PREV="rc2" BITCOINCORE_IUSE="test" +BITCOINCORE_NEED_LIBSECP256K1=1 BITCOINCORE_NO_DEPEND="libevent" inherit bitcoincore eutils