blob: 75d7fea132be4b24a7255f99f089cfbd4eadf58c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DEFINED_PHASES=configure install prepare
DEPEND=gmp? ( dev-libs/gmp:0 ) virtual/pkgconfig test? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) ) !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
DESCRIPTION=Optimized C library for EC operations on curve secp256k1
EAPI=5
HOMEPAGE=https://github.com/bitcoin/secp256k1
IUSE=asm doc endomorphism gmp libressl test
KEYWORDS=~amd64 ~arm ~arm64 ~mips ~ppc ~x86 ~amd64-linux ~x86-linux
LICENSE=MIT
RDEPEND=gmp? ( dev-libs/gmp:0 )
REQUIRED_USE=asm? ( amd64 )
SLOT=0
SRC_URI=https://github.com/bitcoin/secp256k1/archive/22f60a62801a8a49ecd049e7a563f69a41affd8d.tar.gz -> secp256k1-v0.0.0_pre20150423.tgz
_eclass_exported_funcs=src_prepare:- src_configure:- src_install:-
_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils b83a2420b796f7c6eff682679d08fe25 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 6198c04daba0e1307bd844df7d37f423
_md5_=f7ed66840adb3b7eabadb62c02cf6008
|