diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2017-10-28 20:33:05 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2017-10-28 21:57:31 +0300 |
commit | 2cb7f50653967716c97060643a8f9de44bf62579 (patch) | |
tree | 4bc42a2a2b87a7ad482c19963cf90b8e8c524b4c /app-crypt/tpm-emulator | |
parent | app-text/opensp: This should be the last dependency experiment here. I hope. (diff) | |
download | gentoo-2cb7f50653967716c97060643a8f9de44bf62579.tar.gz gentoo-2cb7f50653967716c97060643a8f9de44bf62579.tar.bz2 gentoo-2cb7f50653967716c97060643a8f9de44bf62579.zip |
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.ebuild | 3 |
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 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= ) |