commit:     b9026c6be5db4b3c8ff085cd210c354c615ac903
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 17 05:53:21 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 17 05:53:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9026c6b

gui-apps/grim: [QA] drop implicit -Dwerror=false for meson ebuilds

Since f7408ada0c4655827e7bea46c57d7af1b9004433, it's

always set for Meson builds, so we don't need to

repeat it in ebuilds.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 gui-apps/grim/grim-1.3.1.ebuild    | 3 +--
 gui-apps/grim/grim-1.4.0-r1.ebuild | 1 -
 gui-apps/grim/grim-9999.ebuild     | 1 -
 3 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/gui-apps/grim/grim-1.3.1.ebuild b/gui-apps/grim/grim-1.3.1.ebuild
index 3636ebfb9e8a..668957f860fa 100644
--- a/gui-apps/grim/grim-1.3.1.ebuild
+++ b/gui-apps/grim/grim-1.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -38,7 +38,6 @@ src_configure() {
        local emesonargs=(
                $(meson_feature jpeg)
                $(meson_feature man man-pages)
-               "-Dwerror=false"
        )
        meson_src_configure
 }

diff --git a/gui-apps/grim/grim-1.4.0-r1.ebuild 
b/gui-apps/grim/grim-1.4.0-r1.ebuild
index c2d03e9ccf68..777c1e6adea4 100644
--- a/gui-apps/grim/grim-1.4.0-r1.ebuild
+++ b/gui-apps/grim/grim-1.4.0-r1.ebuild
@@ -36,7 +36,6 @@ src_configure() {
                $(meson_feature man man-pages)
                "-Dbash-completions=false"
                "-Dfish-completions=false"
-               "-Dwerror=false"
        )
        meson_src_configure
 }

diff --git a/gui-apps/grim/grim-9999.ebuild b/gui-apps/grim/grim-9999.ebuild
index 475fdee6605e..4cef815d2eae 100644
--- a/gui-apps/grim/grim-9999.ebuild
+++ b/gui-apps/grim/grim-9999.ebuild
@@ -36,7 +36,6 @@ src_configure() {
                $(meson_feature man man-pages)
                "-Dbash-completions=false"
                "-Dfish-completions=false"
-               "-Dwerror=false"
        )
        meson_src_configure
 }

Reply via email to