From 9bb34f643733cccefef9ed8111e10d8e98f63f96 Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Sat, 19 Mar 2016 22:17:18 +0000 Subject: dev-libs/libsecp256k1: bump to 0.0.0_pre20151118 and update 9999 --- dev-libs/libsecp256k1/libsecp256k1-9999.ebuild | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'dev-libs/libsecp256k1/libsecp256k1-9999.ebuild') diff --git a/dev-libs/libsecp256k1/libsecp256k1-9999.ebuild b/dev-libs/libsecp256k1/libsecp256k1-9999.ebuild index b0a109807c08..9a1a1de7de33 100644 --- a/dev-libs/libsecp256k1/libsecp256k1-9999.ebuild +++ b/dev-libs/libsecp256k1/libsecp256k1-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,10 +14,12 @@ HOMEPAGE="https://github.com/bitcoin/${MyPN}" LICENSE="MIT" SLOT="0" KEYWORDS="" -IUSE="asm doc endomorphism gmp test" +IUSE="asm doc ecdh endomorphism experimental gmp +recovery schnorr test" REQUIRED_USE=" asm? ( amd64 ) + ecdh? ( experimental ) + schnorr? ( experimental ) " RDEPEND=" gmp? ( dev-libs/gmp:0 ) @@ -34,10 +36,14 @@ src_prepare() { src_configure() { econf \ --disable-benchmark \ + $(use_enable experimental) \ $(use_enable test tests) \ + $(use_enable ecdh module-ecdh) \ $(use_enable endomorphism) \ --with-asm=$(usex asm auto no) \ --with-bignum=$(usex gmp gmp no) \ + $(use_enable recovery module-recovery) \ + $(use_enable schnorr module-schnorr) \ --disable-static } -- cgit v1.2.3