diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2017-02-04 01:12:40 +0200 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2017-02-04 03:30:47 +0200 |
commit | f613e8b169d9142a7dada3807f84885fe2f9aff6 (patch) | |
tree | 465bf5d6202f0390a2af58eaadc93ec3c0dd110e /app-crypt/tpm-emulator | |
parent | sys-apps/ifd-gempc: cleanup (diff) | |
download | gentoo-f613e8b169d9142a7dada3807f84885fe2f9aff6.tar.gz gentoo-f613e8b169d9142a7dada3807f84885fe2f9aff6.tar.bz2 gentoo-f613e8b169d9142a7dada3807f84885fe2f9aff6.zip |
app-crypt/tpm-emulator: eapi bump
Package-Manager: portage-2.3.3
Diffstat (limited to 'app-crypt/tpm-emulator')
-rw-r--r-- | app-crypt/tpm-emulator/tpm-emulator-0.7.4-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 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 e113fbb7ff4f..fdb8156d78f6 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 @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit user linux-mod cmake-utils udev MY_P=${P/-/_} @@ -35,6 +35,7 @@ pkg_setup() { } src_prepare() { + default # 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 @@ -42,7 +43,7 @@ src_prepare() { src_configure() { mycmakeargs=( - $(cmake-utils_use_use ssl OPENSSL) + -DUSE_OPENSSL=$(usex ssl) ) cmake-utils_src_configure |