Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/grim/
Date: Tue, 17 May 2022 05:59:22
Message-Id: 1652766801.b9026c6be5db4b3c8ff085cd210c354c615ac903.sam@gentoo
1 commit: b9026c6be5db4b3c8ff085cd210c354c615ac903
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 17 05:53:21 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 17 05:53:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9026c6b
7
8 gui-apps/grim: [QA] drop implicit -Dwerror=false for meson ebuilds
9
10 Since f7408ada0c4655827e7bea46c57d7af1b9004433, it's
11
12 always set for Meson builds, so we don't need to
13
14 repeat it in ebuilds.
15
16 Signed-off-by: Sam James <sam <AT> gentoo.org>
17
18 gui-apps/grim/grim-1.3.1.ebuild | 3 +--
19 gui-apps/grim/grim-1.4.0-r1.ebuild | 1 -
20 gui-apps/grim/grim-9999.ebuild | 1 -
21 3 files changed, 1 insertion(+), 4 deletions(-)
22
23 diff --git a/gui-apps/grim/grim-1.3.1.ebuild b/gui-apps/grim/grim-1.3.1.ebuild
24 index 3636ebfb9e8a..668957f860fa 100644
25 --- a/gui-apps/grim/grim-1.3.1.ebuild
26 +++ b/gui-apps/grim/grim-1.3.1.ebuild
27 @@ -1,4 +1,4 @@
28 -# Copyright 1999-2021 Gentoo Authors
29 +# Copyright 1999-2022 Gentoo Authors
30 # Distributed under the terms of the GNU General Public License v2
31
32 EAPI=7
33 @@ -38,7 +38,6 @@ src_configure() {
34 local emesonargs=(
35 $(meson_feature jpeg)
36 $(meson_feature man man-pages)
37 - "-Dwerror=false"
38 )
39 meson_src_configure
40 }
41
42 diff --git a/gui-apps/grim/grim-1.4.0-r1.ebuild b/gui-apps/grim/grim-1.4.0-r1.ebuild
43 index c2d03e9ccf68..777c1e6adea4 100644
44 --- a/gui-apps/grim/grim-1.4.0-r1.ebuild
45 +++ b/gui-apps/grim/grim-1.4.0-r1.ebuild
46 @@ -36,7 +36,6 @@ src_configure() {
47 $(meson_feature man man-pages)
48 "-Dbash-completions=false"
49 "-Dfish-completions=false"
50 - "-Dwerror=false"
51 )
52 meson_src_configure
53 }
54
55 diff --git a/gui-apps/grim/grim-9999.ebuild b/gui-apps/grim/grim-9999.ebuild
56 index 475fdee6605e..4cef815d2eae 100644
57 --- a/gui-apps/grim/grim-9999.ebuild
58 +++ b/gui-apps/grim/grim-9999.ebuild
59 @@ -36,7 +36,6 @@ src_configure() {
60 $(meson_feature man man-pages)
61 "-Dbash-completions=false"
62 "-Dfish-completions=false"
63 - "-Dwerror=false"
64 )
65 meson_src_configure
66 }