commit: 2cb7f50653967716c97060643a8f9de44bf62579 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org> AuthorDate: Sat Oct 28 17:33:05 2017 +0000 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org> CommitDate: Sat Oct 28 18:57:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cb7f506
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(-) 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= )
