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 A4618139083 for ; Mon, 11 Dec 2017 16:35:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99A1AE0FE7; Mon, 11 Dec 2017 16:35:48 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 774B5E0FE7 for ; Mon, 11 Dec 2017 16:35:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 64CFA33BEBE for ; Mon, 11 Dec 2017 16:35:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29A4DAE93 for ; Mon, 11 Dec 2017 16:35:46 +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: <1513010137.52c44e18ccdc716c5ef2d8bd969bafc43f6fbca8.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: 52c44e18ccdc716c5ef2d8bd969bafc43f6fbca8 X-VCS-Branch: master Date: Mon, 11 Dec 2017 16:35:46 +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: b7b3307f-90f3-4f85-b684-d81a5905b536 X-Archives-Hash: 2d9cb7b10a90ad9b44ec933802b8b7e1 commit: 52c44e18ccdc716c5ef2d8bd969bafc43f6fbca8 Author: Alon Bar-Lev gentoo org> AuthorDate: Thu Dec 7 18:27:42 2017 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Mon Dec 11 16:35:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52c44e18 app-crypt/tpm-emulator: allow fallthrough Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=640200 Package-Manager: Portage-2.3.13, 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 8f55dd6e71a..3bd4cc56bd5 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 @@ -3,7 +3,7 @@ EAPI=6 MODULES_OPTIONAL_USE="modules" -inherit user linux-mod cmake-utils udev +inherit flag-o-matic user linux-mod cmake-utils udev MY_P=${P/-/_} DESCRIPTION="Emulator driver for tpm" @@ -46,6 +46,7 @@ src_configure() { local mycmakeargs=( -DUSE_OPENSSL=$(usex ssl) ) + append-cflags -Wno-implicit-fallthrough cmake-utils_src_configure # only here we have BUILD_DIR