summaryrefslogtreecommitdiff
path: root/app-crypt/tpm-emulator
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2017-10-28 20:33:05 +0300
committerAlon Bar-Lev <alonbl@gentoo.org>2017-10-28 21:57:31 +0300
commit2cb7f50653967716c97060643a8f9de44bf62579 (patch)
tree4bc42a2a2b87a7ad482c19963cf90b8e8c524b4c /app-crypt/tpm-emulator
parent9e408e8663a74df99ce6e2cf0a9c402476967e6f (diff)
downloadgentoo-2cb7f50653967716c97060643a8f9de44bf62579.tar.gz
gentoo-2cb7f50653967716c97060643a8f9de44bf62579.tar.xz
app-crypt/tpm-emulator: move module USE to MODULES_OPTIONAL_USE
Gentoo-Bug: https://bugs.gentoo.org/635720 Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'app-crypt/tpm-emulator')
-rw-r--r--app-crypt/tpm-emulator/tpm-emulator-0.7.4-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-crypt/tpm-emulator/tpm-emulator-0.7.4-r1.ebuild b/app-crypt/tpm-emulator/tpm-emulator-0.7.4-r1.ebuild
index 2e719e5b28b..8f55dd6e71a 100644
--- a/app-crypt/tpm-emulator/tpm-emulator-0.7.4-r1.ebuild
+++ b/app-crypt/tpm-emulator/tpm-emulator-0.7.4-r1.ebuild
@@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
+MODULES_OPTIONAL_USE="modules"
inherit user linux-mod cmake-utils udev
MY_P=${P/-/_}
@@ -13,7 +14,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="libressl ssl modules"
+IUSE="libressl ssl"
RDEPEND="ssl? (
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )