summaryrefslogtreecommitdiff
path: root/dev-libs/softhsm
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2017-02-04 23:07:49 +0200
committerAlon Bar-Lev <alonbl@gentoo.org>2017-02-04 23:40:21 +0200
commit843d98b00de4ba61fba666af1e78bc01b5b5deb9 (patch)
tree7f5ae1a3db1176307d1f662a8a8ff1e39460ab44 /dev-libs/softhsm
parentf3d1121dbd19b7206bacb112c18aaf30b9efcba8 (diff)
downloadgentoo-843d98b00de4ba61fba666af1e78bc01b5b5deb9.tar.gz
gentoo-843d98b00de4ba61fba666af1e78bc01b5b5deb9.tar.xz
dev-libs/softhsm: improve use_enable usage
Package-Manager: portage-2.3.3
Diffstat (limited to 'dev-libs/softhsm')
-rw-r--r--dev-libs/softhsm/softhsm-2.2.0-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/softhsm/softhsm-2.2.0-r2.ebuild b/dev-libs/softhsm/softhsm-2.2.0-r2.ebuild
index 6dad3b07462..c5bccd7825a 100644
--- a/dev-libs/softhsm/softhsm-2.2.0-r2.ebuild
+++ b/dev-libs/softhsm/softhsm-2.2.0-r2.ebuild
@@ -43,8 +43,8 @@ src_configure() {
--disable-static \
--with-crypto-backend=openssl \
--disable-p11-kit \
- $(use bindist && echo --disable-ecc || echo --enable-ecc) \
- $(use libressl && echo --disable-gost || echo --enable-gost) \
+ $(use_enable !bindist ecc) \
+ $(use_enable !libressl ghost) \
$(use_with migration-tool migrate)
}