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/slurp/
Date: Tue, 17 May 2022 05:59:22
Message-Id: 1652766813.0dc86e34c701240c617d3b7ba5cd4c82d9b7f5f5.sam@gentoo
1 commit: 0dc86e34c701240c617d3b7ba5cd4c82d9b7f5f5
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 17 05:53:33 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 17 05:53:33 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dc86e34
7
8 gui-apps/slurp: [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/slurp/slurp-1.2.0.ebuild | 3 +--
19 gui-apps/slurp/slurp-1.3.2.ebuild | 1 -
20 gui-apps/slurp/slurp-9999.ebuild | 3 +--
21 3 files changed, 2 insertions(+), 5 deletions(-)
22
23 diff --git a/gui-apps/slurp/slurp-1.2.0.ebuild b/gui-apps/slurp/slurp-1.2.0.ebuild
24 index 2e9140af3add..b6721e1160fe 100644
25 --- a/gui-apps/slurp/slurp-1.2.0.ebuild
26 +++ b/gui-apps/slurp/slurp-1.2.0.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 @@ -36,7 +36,6 @@ fi
34 src_configure() {
35 local emesonargs=(
36 $(meson_feature man man-pages)
37 - "-Dwerror=false"
38 )
39 meson_src_configure
40 }
41
42 diff --git a/gui-apps/slurp/slurp-1.3.2.ebuild b/gui-apps/slurp/slurp-1.3.2.ebuild
43 index 1aa649689b99..f9ef16228037 100644
44 --- a/gui-apps/slurp/slurp-1.3.2.ebuild
45 +++ b/gui-apps/slurp/slurp-1.3.2.ebuild
46 @@ -37,7 +37,6 @@ fi
47 src_configure() {
48 local emesonargs=(
49 $(meson_feature man man-pages)
50 - "-Dwerror=false"
51 )
52 meson_src_configure
53 }
54
55 diff --git a/gui-apps/slurp/slurp-9999.ebuild b/gui-apps/slurp/slurp-9999.ebuild
56 index 3a5dd5a59936..915ac1dbdff3 100644
57 --- a/gui-apps/slurp/slurp-9999.ebuild
58 +++ b/gui-apps/slurp/slurp-9999.ebuild
59 @@ -1,4 +1,4 @@
60 -# Copyright 1999-2021 Gentoo Authors
61 +# Copyright 1999-2022 Gentoo Authors
62 # Distributed under the terms of the GNU General Public License v2
63
64 EAPI=7
65 @@ -33,7 +33,6 @@ BDEPEND="man? ( ~app-text/scdoc-9999 )"
66 src_configure() {
67 local emesonargs=(
68 $(meson_feature man man-pages)
69 - "-Dwerror=false"
70 )
71 meson_src_configure
72 }