commit:     3baa9658b764ab21d8b9bef0a1ddeb84380b8831
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 17 05:07:55 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> 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 <ionen <AT> 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
 }
 

Reply via email to