From 2cb7f50653967716c97060643a8f9de44bf62579 Mon Sep 17 00:00:00 2001 From: Alon Bar-Lev Date: Sat, 28 Oct 2017 20:33:05 +0300 Subject: 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 --- app-crypt/tpm-emulator/tpm-emulator-0.7.4-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app-crypt/tpm-emulator/tpm-emulator-0.7.4-r1.ebuild') 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 2e719e5b28ba..8f55dd6e71a8 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= ) -- cgit v1.2.3-65-gdbad