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 551731382C5 for ; Thu, 29 Apr 2021 01:30:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66B97E085E; Thu, 29 Apr 2021 01:30:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 498E6E085E for ; Thu, 29 Apr 2021 01:30:17 +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 D3027340F0A for ; Thu, 29 Apr 2021 01:30:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A6AD71B for ; Thu, 29 Apr 2021 01:30:14 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1619659804.f30d17a1ecae893c8004f06ecc20d51194e7aace.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cppcheck/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cppcheck/cppcheck-2.2.ebuild X-VCS-Directories: dev-util/cppcheck/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f30d17a1ecae893c8004f06ecc20d51194e7aace X-VCS-Branch: master Date: Thu, 29 Apr 2021 01:30:14 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 006340b7-efd7-4104-b922-aac3c0c8b398 X-Archives-Hash: 348a9d88d96b39fadfe7a666a6c4a466 commit: f30d17a1ecae893c8004f06ecc20d51194e7aace Author: Sebastian Pipping gentoo org> AuthorDate: Sat Apr 3 20:48:08 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Apr 29 01:30:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f30d17a1 dev-util/cppcheck: Fix compilation Closes: https://bugs.gentoo.org/778467 Signed-off-by: Sebastian Pipping gentoo.org> Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Sam James gentoo.org> dev-util/cppcheck/cppcheck-2.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/cppcheck/cppcheck-2.2.ebuild b/dev-util/cppcheck/cppcheck-2.2.ebuild index 3246f31de03..ddda0e4b215 100644 --- a/dev-util/cppcheck/cppcheck-2.2.ebuild +++ b/dev-util/cppcheck/cppcheck-2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -42,7 +42,7 @@ src_configure() { -DBUILD_GUI="$(usex qt5)" -DUSE_Z3="$(usex z3)" -DFILESDIR="${EROOT}/usr/share/${PN}/" - -ENABLE_OSS_FUZZ=OFF + -DENABLE_OSS_FUZZ=OFF ) cmake_src_configure }