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 3483F158092 for ; Fri, 17 Sep 2021 05:24:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C75AE07B3; Fri, 17 Sep 2021 05:24:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A28A2E07B3 for ; Fri, 17 Sep 2021 05:24:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 21C113431B7 for ; Fri, 17 Sep 2021 05:24:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA03A4E for ; Fri, 17 Sep 2021 05:24:36 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1631855346.3baa9658b764ab21d8b9bef0a1ddeb84380b8831.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/iwdevtools/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/iwdevtools/iwdevtools-9999.ebuild X-VCS-Directories: app-portage/iwdevtools/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 3baa9658b764ab21d8b9bef0a1ddeb84380b8831 X-VCS-Branch: master Date: Fri, 17 Sep 2021 05:24:36 +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: 7bbb9cbc-25ce-4f1d-b038-a9c39edaa4d3 X-Archives-Hash: 75dbd1858a4e462622b4339aabbac872 commit: 3baa9658b764ab21d8b9bef0a1ddeb84380b8831 Author: Ionen Wolkens gentoo org> AuthorDate: Fri Sep 17 05:07:55 2021 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Fri Sep 17 05:09:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3baa9658 app-portage/iwdevtools: disable shellcheck tests Upstream default for convenience but we don't need this here when could randomly break from shellcheck version to version. Signed-off-by: Ionen Wolkens gentoo.org> app-portage/iwdevtools/iwdevtools-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-portage/iwdevtools/iwdevtools-9999.ebuild b/app-portage/iwdevtools/iwdevtools-9999.ebuild index 7e2887d8024..d18fac000b3 100644 --- a/app-portage/iwdevtools/iwdevtools-9999.ebuild +++ b/app-portage/iwdevtools/iwdevtools-9999.ebuild @@ -30,8 +30,10 @@ src_configure() { local emesonargs=( -Ddocdir=${PF} -Deprefix="${EPREFIX}" + -Dshellcheck=false $(meson_use test) ) + meson_src_configure }