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/swaybg/
Date: Tue, 17 May 2022 05:59:24
Message-Id: 1652766821.da54a0f6951cae613e4e66f9fbc765a5595cc284.sam@gentoo
1 commit: da54a0f6951cae613e4e66f9fbc765a5595cc284
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 17 05:53:41 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 17 05:53:41 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da54a0f6
7
8 gui-apps/swaybg: [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/swaybg/swaybg-1.0.ebuild | 3 +--
19 gui-apps/swaybg/swaybg-9999.ebuild | 3 +--
20 2 files changed, 2 insertions(+), 4 deletions(-)
21
22 diff --git a/gui-apps/swaybg/swaybg-1.0.ebuild b/gui-apps/swaybg/swaybg-1.0.ebuild
23 index 37ec67bd1e63..54fdfb105bf6 100644
24 --- a/gui-apps/swaybg/swaybg-1.0.ebuild
25 +++ b/gui-apps/swaybg/swaybg-1.0.ebuild
26 @@ -1,4 +1,4 @@
27 -# Copyright 1999-2021 Gentoo Authors
28 +# Copyright 1999-2022 Gentoo Authors
29 # Distributed under the terms of the GNU General Public License v2
30
31 EAPI=7
32 @@ -38,7 +38,6 @@ BDEPEND="
33 src_configure() {
34 local emesonargs=(
35 -Dman-pages=$(usex man enabled disabled)
36 - "-Dwerror=false"
37 )
38
39 meson_src_configure
40
41 diff --git a/gui-apps/swaybg/swaybg-9999.ebuild b/gui-apps/swaybg/swaybg-9999.ebuild
42 index be7d136cfaa9..24c9ad6a7fdb 100644
43 --- a/gui-apps/swaybg/swaybg-9999.ebuild
44 +++ b/gui-apps/swaybg/swaybg-9999.ebuild
45 @@ -1,4 +1,4 @@
46 -# Copyright 1999-2020 Gentoo Authors
47 +# Copyright 1999-2022 Gentoo Authors
48 # Distributed under the terms of the GNU General Public License v2
49
50 EAPI=7
51 @@ -38,7 +38,6 @@ BDEPEND="
52 src_configure() {
53 local emesonargs=(
54 -Dman-pages=$(usex man enabled disabled)
55 - "-Dwerror=false"
56 )
57
58 meson_src_configure