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/mako/
Date: Tue, 17 May 2022 05:59:23
Message-Id: 1652766809.2dc144322fbc3d17a0e667926f3f5d00ec84838a.sam@gentoo
1 commit: 2dc144322fbc3d17a0e667926f3f5d00ec84838a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 17 05:53:29 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 17 05:53:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dc14432
7
8 gui-apps/mako: [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/mako/mako-1.6-r3.ebuild | 1 -
19 gui-apps/mako/mako-9999.ebuild | 3 +--
20 2 files changed, 1 insertion(+), 3 deletions(-)
21
22 diff --git a/gui-apps/mako/mako-1.6-r3.ebuild b/gui-apps/mako/mako-1.6-r3.ebuild
23 index 219a0b276032..a5b496449431 100644
24 --- a/gui-apps/mako/mako-1.6-r3.ebuild
25 +++ b/gui-apps/mako/mako-1.6-r3.ebuild
26 @@ -47,7 +47,6 @@ BDEPEND="
27 src_configure() {
28 local emesonargs=(
29 -Dicons=$(usex icons enabled disabled)
30 - "-Dwerror=false"
31 )
32
33 if use systemd ; then
34
35 diff --git a/gui-apps/mako/mako-9999.ebuild b/gui-apps/mako/mako-9999.ebuild
36 index e3550881594a..597e5e7acd03 100644
37 --- a/gui-apps/mako/mako-9999.ebuild
38 +++ b/gui-apps/mako/mako-9999.ebuild
39 @@ -1,4 +1,4 @@
40 -# Copyright 1999-2021 Gentoo Authors
41 +# Copyright 1999-2022 Gentoo Authors
42 # Distributed under the terms of the GNU General Public License v2
43
44 EAPI=7
45 @@ -47,7 +47,6 @@ BDEPEND="
46 src_configure() {
47 local emesonargs=(
48 -Dicons=$(usex icons enabled disabled)
49 - "-Dwerror=false"
50 )
51
52 if use systemd ; then