From 7e75de00aef9af5dd25725d761bf791c12a64e5f Mon Sep 17 00:00:00 2001 From: Alon Bar-Lev Date: Fri, 27 Jan 2017 20:21:25 +0200 Subject: dev-libs/softhsm: disable ghost for libressl disable ecc for bindist Bug: 607416 Package-Manager: portage-2.3.3 --- dev-libs/softhsm/softhsm-2.2.0-r1.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'dev-libs') diff --git a/dev-libs/softhsm/softhsm-2.2.0-r1.ebuild b/dev-libs/softhsm/softhsm-2.2.0-r1.ebuild index 0b92129ab7a5..8a91277ac096 100644 --- a/dev-libs/softhsm/softhsm-2.2.0-r1.ebuild +++ b/dev-libs/softhsm/softhsm-2.2.0-r1.ebuild @@ -11,14 +11,14 @@ HOMEPAGE="http://www.opendnssec.org/" SRC_URI="http://www.opendnssec.org/files/source/${P}.tar.gz" KEYWORDS="~amd64 ~hppa ~x86" -IUSE="libressl +migration-tool test" +IUSE="bindist libressl +migration-tool test" SLOT="2" LICENSE="BSD" RDEPEND=" sys-devel/gcc:=[cxx] dev-db/sqlite:3 - !libressl? ( dev-libs/openssl:= ) + !libressl? ( dev-libs/openssl:=[bindist=] ) libressl? ( dev-libs/libressl ) !=dev-libs/softhsm-2.0.0:0 " @@ -42,6 +42,8 @@ src_configure() { --disable-static \ --with-crypto-backend=openssl \ --disable-p11-kit \ + $(use_enable bindist ecc) \ + $(use libressl && echo --disable-ghost) \ $(use_with migration-tool migrate) } -- cgit v1.2.3-65-gdbad