From: David Seifert Date: Sun, 15 Oct 2017 22:51:31 +0000 (-0700) Subject: app-crypt/tpm-emulator: [QA] Add cmake-utils_src_prepare X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c6f464b46a7d2cfcbc41554cb6df1337afad87d2;p=gentoo.git app-crypt/tpm-emulator: [QA] Add cmake-utils_src_prepare Package-Manager: Portage-2.3.11, Repoman-2.3.3 --- 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