diff options
author | Sam James <sam@gentoo.org> | 2022-05-17 05:53:21 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-17 05:53:21 +0000 |
commit | b9026c6be5db4b3c8ff085cd210c354c615ac903 (patch) | |
tree | 0ed86f2dc4852776e23386e62791dcf49b77ebc1 /gui-apps/grim | |
parent | gui-apps/foot: [QA] drop implicit -Dwerror=false for meson ebuilds (diff) | |
download | gentoo-b9026c6be5db4b3c8ff085cd210c354c615ac903.tar.gz gentoo-b9026c6be5db4b3c8ff085cd210c354c615ac903.tar.bz2 gentoo-b9026c6be5db4b3c8ff085cd210c354c615ac903.zip |
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@gentoo.org>
Diffstat (limited to 'gui-apps/grim')
-rw-r--r-- | gui-apps/grim/grim-1.3.1.ebuild | 3 | ||||
-rw-r--r-- | gui-apps/grim/grim-1.4.0-r1.ebuild | 1 | ||||
-rw-r--r-- | gui-apps/grim/grim-9999.ebuild | 1 |
3 files changed, 1 insertions, 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 } |