From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CEBBE13908F for ; Sat, 4 Feb 2017 01:31:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E09FE0D66; Sat, 4 Feb 2017 01:31:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6C573E0D66 for ; Sat, 4 Feb 2017 01:31:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 62910340FC1 for ; Sat, 4 Feb 2017 01:31:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC50A3DC3 for ; Sat, 4 Feb 2017 01:31:39 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1486171847.f613e8b169d9142a7dada3807f84885fe2f9aff6.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/tpm-emulator/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/tpm-emulator/tpm-emulator-0.7.4-r1.ebuild X-VCS-Directories: app-crypt/tpm-emulator/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: f613e8b169d9142a7dada3807f84885fe2f9aff6 X-VCS-Branch: master Date: Sat, 4 Feb 2017 01:31:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7f2576f6-640d-4ac8-b5ef-a2d87a9ef79c X-Archives-Hash: 98986de13ed563f132933f306fab5706 commit: f613e8b169d9142a7dada3807f84885fe2f9aff6 Author: Alon Bar-Lev gentoo org> AuthorDate: Fri Feb 3 23:12:40 2017 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Sat Feb 4 01:30:47 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f613e8b1 app-crypt/tpm-emulator: eapi bump Package-Manager: portage-2.3.3 app-crypt/tpm-emulator/tpm-emulator-0.7.4-r1.ebuild | 7 ++++--- 1 file 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 e113fbb..fdb8156 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