From c6f464b46a7d2cfcbc41554cb6df1337afad87d2 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sun, 15 Oct 2017 15:51:31 -0700 Subject: [PATCH] app-crypt/tpm-emulator: [QA] Add cmake-utils_src_prepare Package-Manager: Portage-2.3.11, Repoman-2.3.3 --- app-crypt/tpm-emulator/tpm-emulator-0.7.4-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 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 8b41e36c664b..2e719e5b28ba 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 @@ -34,14 +34,15 @@ pkg_setup() { } src_prepare() { - default + cmake-utils_src_prepare + # do not build and install the kernel module sed -i 's/COMMAND ${tpmd_dev_BUILD_CMD}//' tpmd_dev/CMakeLists.txt || die sed -i 's/install(CODE.*//' tpmd_dev/CMakeLists.txt || die } src_configure() { - mycmakeargs=( + local mycmakeargs=( -DUSE_OPENSSL=$(usex ssl) ) cmake-utils_src_configure -- 2.26.2