Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/seatd/
Date: Tue, 17 May 2022 05:59:26
Message-Id: 1652766893.84e24014ae9970af1be7949af451de312a320eba.sam@gentoo
1 commit: 84e24014ae9970af1be7949af451de312a320eba
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 17 05:54:24 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 17 05:54:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84e24014
7
8 sys-auth/seatd: [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 sys-auth/seatd/seatd-0.6.4.ebuild | 1 -
19 sys-auth/seatd/seatd-9999.ebuild | 3 +--
20 2 files changed, 1 insertion(+), 3 deletions(-)
21
22 diff --git a/sys-auth/seatd/seatd-0.6.4.ebuild b/sys-auth/seatd/seatd-0.6.4.ebuild
23 index f34fd69aad55..fb7a44d4480b 100644
24 --- a/sys-auth/seatd/seatd-0.6.4.ebuild
25 +++ b/sys-auth/seatd/seatd-0.6.4.ebuild
26 @@ -31,7 +31,6 @@ BDEPEND=">=app-text/scdoc-1.9.7"
27 src_configure() {
28 local emesonargs=(
29 -Dman-pages=enabled
30 - -Dwerror=false
31 $(meson_feature builtin libseat-builtin)
32 $(meson_feature server)
33 )
34
35 diff --git a/sys-auth/seatd/seatd-9999.ebuild b/sys-auth/seatd/seatd-9999.ebuild
36 index 2c8b264374b9..081e3f83179e 100644
37 --- a/sys-auth/seatd/seatd-9999.ebuild
38 +++ b/sys-auth/seatd/seatd-9999.ebuild
39 @@ -1,4 +1,4 @@
40 -# Copyright 2020-2021 Gentoo Authors
41 +# Copyright 2020-2022 Gentoo Authors
42 # Distributed under the terms of the GNU General Public License v2
43
44 EAPI=8
45 @@ -31,7 +31,6 @@ BDEPEND=">=app-text/scdoc-1.9.7"
46 src_configure() {
47 local emesonargs=(
48 -Dman-pages=enabled
49 - -Dwerror=false
50 $(meson_feature builtin libseat-builtin)
51 $(meson_feature server)
52 )