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/swappy/
Date: Tue, 17 May 2022 05:59:24
Message-Id: 1652766817.aee684e3cb8dd0586d1702e8781118ea7ba0c928.sam@gentoo
1 commit: aee684e3cb8dd0586d1702e8781118ea7ba0c928
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 17 05:53:37 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 17 05:53:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aee684e3
7
8 gui-apps/swappy: [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/swappy/swappy-1.3.1.ebuild | 3 +--
19 gui-apps/swappy/swappy-9999.ebuild | 3 +--
20 2 files changed, 2 insertions(+), 4 deletions(-)
21
22 diff --git a/gui-apps/swappy/swappy-1.3.1.ebuild b/gui-apps/swappy/swappy-1.3.1.ebuild
23 index eea557b615f4..b8358bc26174 100644
24 --- a/gui-apps/swappy/swappy-1.3.1.ebuild
25 +++ b/gui-apps/swappy/swappy-1.3.1.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 @@ -42,7 +42,6 @@ src_prepare() {
33
34 src_configure() {
35 local emesonargs=(
36 - -Dwerror=false
37 -Dman-pages=enabled
38 )
39 meson_src_configure
40
41 diff --git a/gui-apps/swappy/swappy-9999.ebuild b/gui-apps/swappy/swappy-9999.ebuild
42 index c56ab3ad4f9e..184bc9ba060d 100644
43 --- a/gui-apps/swappy/swappy-9999.ebuild
44 +++ b/gui-apps/swappy/swappy-9999.ebuild
45 @@ -1,4 +1,4 @@
46 -# Copyright 1999-2021 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 @@ -35,7 +35,6 @@ BDEPEND="
52
53 src_configure() {
54 local emesonargs=(
55 - -Dwerror=false
56 -Dman-pages=enabled
57 )
58 meson_src_configure