summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2017-01-04 14:28:21 +0000
committerAnthony G. Basile <blueness@gentoo.org>2017-01-05 09:07:53 -0500
commit85bf53f42339d1d6ddcc06028d59ec36ab32aa3f (patch)
tree3d00b590720ee028a9eab2f4b566a1ab65fa0b80 /dev-libs/libsecp256k1/libsecp256k1-0.0.0_pre20151118.ebuild
parentBitcoin 0.13.2 (diff)
downloadgentoo-85bf53f42339d1d6ddcc06028d59ec36ab32aa3f.tar.gz
gentoo-85bf53f42339d1d6ddcc06028d59ec36ab32aa3f.tar.bz2
gentoo-85bf53f42339d1d6ddcc06028d59ec36ab32aa3f.zip
dev-libs/libsecp256k1: Implement suggestions re asm & doc USE flags, and gmp dependency
- asm USE flag is masked on unsupported architectures. - asm USE flag is enabled by default on supported architectures. - gmp dependency indicates package breaks if the subslot changes. - New versions only: README.md is now installed without the doc USE flag (which is removed).
Diffstat (limited to 'dev-libs/libsecp256k1/libsecp256k1-0.0.0_pre20151118.ebuild')
-rw-r--r--dev-libs/libsecp256k1/libsecp256k1-0.0.0_pre20151118.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libsecp256k1/libsecp256k1-0.0.0_pre20151118.ebuild b/dev-libs/libsecp256k1/libsecp256k1-0.0.0_pre20151118.ebuild
index 6fd17f30f41f..6f0d840fc010 100644
--- a/dev-libs/libsecp256k1/libsecp256k1-0.0.0_pre20151118.ebuild
+++ b/dev-libs/libsecp256k1/libsecp256k1-0.0.0_pre20151118.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://github.com/bitcoin/${MyPN}/archive/${COMMITHASH}.tar.gz -> ${My
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm ~arm64 ~mips ~ppc x86 ~amd64-linux ~x86-linux"
-IUSE="asm doc ecdh endomorphism experimental gmp libressl +recovery schnorr test"
+IUSE="+asm doc ecdh endomorphism experimental gmp libressl +recovery schnorr test"
REQUIRED_USE="
asm? ( amd64 )
@@ -23,7 +23,7 @@ REQUIRED_USE="
schnorr? ( experimental )
"
RDEPEND="
- gmp? ( dev-libs/gmp:0 )
+ gmp? ( dev-libs/gmp:0= )
"
DEPEND="${RDEPEND}
virtual/pkgconfig