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/swayidle/
Date: Tue, 17 May 2022 05:59:23
Message-Id: 1652766825.5cae9a975d75ee8b1c9aabacdc7394b57c4b00cb.sam@gentoo
1 commit: 5cae9a975d75ee8b1c9aabacdc7394b57c4b00cb
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 17 05:53:45 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 17 05:53:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cae9a97
7
8 gui-apps/swayidle: [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/swayidle/swayidle-1.7.1.ebuild | 1 -
19 gui-apps/swayidle/swayidle-1.7.ebuild | 3 +--
20 gui-apps/swayidle/swayidle-9999.ebuild | 3 +--
21 3 files changed, 2 insertions(+), 5 deletions(-)
22
23 diff --git a/gui-apps/swayidle/swayidle-1.7.1.ebuild b/gui-apps/swayidle/swayidle-1.7.1.ebuild
24 index d81957f482f9..2fc7da1e95f1 100644
25 --- a/gui-apps/swayidle/swayidle-1.7.1.ebuild
26 +++ b/gui-apps/swayidle/swayidle-1.7.1.ebuild
27 @@ -39,7 +39,6 @@ src_configure() {
28 "-Dfish-completions=true"
29 "-Dzsh-completions=true"
30 "-Dbash-completions=true"
31 - "-Dwerror=false"
32 )
33 if use systemd; then
34 emesonargs+=("-Dlogind=enabled" "-Dlogind-provider=systemd")
35
36 diff --git a/gui-apps/swayidle/swayidle-1.7.ebuild b/gui-apps/swayidle/swayidle-1.7.ebuild
37 index 75d3ae4d6448..2fc7da1e95f1 100644
38 --- a/gui-apps/swayidle/swayidle-1.7.ebuild
39 +++ b/gui-apps/swayidle/swayidle-1.7.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2021 Gentoo Authors
42 +# Copyright 1999-2022 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=7
46 @@ -39,7 +39,6 @@ src_configure() {
47 "-Dfish-completions=true"
48 "-Dzsh-completions=true"
49 "-Dbash-completions=true"
50 - "-Dwerror=false"
51 )
52 if use systemd; then
53 emesonargs+=("-Dlogind=enabled" "-Dlogind-provider=systemd")
54
55 diff --git a/gui-apps/swayidle/swayidle-9999.ebuild b/gui-apps/swayidle/swayidle-9999.ebuild
56 index ca9a351efc36..327c2a97dd65 100644
57 --- a/gui-apps/swayidle/swayidle-9999.ebuild
58 +++ b/gui-apps/swayidle/swayidle-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 @@ -39,7 +39,6 @@ src_configure() {
66 "-Dfish-completions=true"
67 "-Dzsh-completions=true"
68 "-Dbash-completions=true"
69 - "-Dwerror=false"
70 )
71 if use systemd; then
72 emesonargs+=("-Dlogind=enabled" "-Dlogind-provider=systemd")