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/kanshi/
Date: Tue, 17 May 2022 05:59:23
Message-Id: 1652766805.219272981bd837cf678104b1c1891a27c18df7ad.sam@gentoo
1 commit: 219272981bd837cf678104b1c1891a27c18df7ad
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 17 05:53:25 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 17 05:53:25 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21927298
7
8 gui-apps/kanshi: [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/kanshi/kanshi-1.1.0.ebuild | 3 +--
19 1 file changed, 1 insertion(+), 2 deletions(-)
20
21 diff --git a/gui-apps/kanshi/kanshi-1.1.0.ebuild b/gui-apps/kanshi/kanshi-1.1.0.ebuild
22 index f24c1c7c59d7..521c47e33cb0 100644
23 --- a/gui-apps/kanshi/kanshi-1.1.0.ebuild
24 +++ b/gui-apps/kanshi/kanshi-1.1.0.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 2020 Gentoo Authors
27 +# Copyright 2020-2022 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=7
31 @@ -38,7 +38,6 @@ fi
32 src_configure() {
33 local emesonargs=(
34 $(meson_feature man man-pages)
35 - "-Dwerror=false"
36 )
37 meson_src_configure
38 }