summaryrefslogtreecommitdiff
path: root/dev-libs/softhsm/softhsm-2.4.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/softhsm/softhsm-2.4.0.ebuild')
-rw-r--r--dev-libs/softhsm/softhsm-2.4.0.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/softhsm/softhsm-2.4.0.ebuild b/dev-libs/softhsm/softhsm-2.4.0.ebuild
index ec4f819aecca..70b3e1b0f080 100644
--- a/dev-libs/softhsm/softhsm-2.4.0.ebuild
+++ b/dev-libs/softhsm/softhsm-2.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -8,12 +8,12 @@ HOMEPAGE="https://www.opendnssec.org/"
SRC_URI="https://www.opendnssec.org/files/source/${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="bindist libressl migration-tool test"
+IUSE="bindist gost libressl migration-tool test"
SLOT="2"
LICENSE="BSD"
RDEPEND="migration-tool? ( dev-db/sqlite:3 )
- !libressl? ( dev-libs/openssl:=[bindist=] )
+ !libressl? ( dev-libs/openssl:0=[bindist=] )
libressl? ( dev-libs/libressl )
!~dev-libs/softhsm-2.0.0:0"
DEPEND="${RDEPEND}"
@@ -33,7 +33,7 @@ src_configure() {
--disable-p11-kit \
--localstatedir="${EROOT}/var" \
$(use_enable !bindist ecc) \
- $(use_enable !libressl gost) \
+ $(use_enable gost) \
$(use_with migration-tool migrate)
}