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-libs/xdg-desktop-portal-wlr/
Date: Tue, 17 May 2022 05:59:25
Message-Id: 1652766842.bf8a00a88eb1e25357df477ad3836b84026efa36.sam@gentoo
1 commit: bf8a00a88eb1e25357df477ad3836b84026efa36
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 17 05:54:02 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 17 05:54:02 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf8a00a8
7
8 gui-libs/xdg-desktop-portal-wlr: [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 .../xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.4.0.ebuild | 9 +--------
19 .../xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.5.0.ebuild | 7 +++----
20 .../xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-9999.ebuild | 7 +++----
21 3 files changed, 7 insertions(+), 16 deletions(-)
22
23 diff --git a/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.4.0.ebuild b/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.4.0.ebuild
24 index 8c3cb07c2bc8..4fa2c0038d6a 100644
25 --- a/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.4.0.ebuild
26 +++ b/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.4.0.ebuild
27 @@ -1,4 +1,4 @@
28 -# Copyright 1999-2021 Gentoo Authors
29 +# Copyright 1999-2022 Gentoo Authors
30 # Distributed under the terms of the GNU General Public License v2
31
32 EAPI=7
33 @@ -38,10 +38,3 @@ BDEPEND="
34 dev-libs/inih:0
35 virtual/pkgconfig
36 "
37 -
38 -src_configure() {
39 - local emesonargs=(
40 - "-Dwerror=false"
41 - )
42 - meson_src_configure
43 -}
44
45 diff --git a/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.5.0.ebuild b/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.5.0.ebuild
46 index f0ce88fcabfe..66a4144bb676 100644
47 --- a/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.5.0.ebuild
48 +++ b/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.5.0.ebuild
49 @@ -1,4 +1,4 @@
50 -# Copyright 1999-2021 Gentoo Authors
51 +# Copyright 1999-2022 Gentoo Authors
52 # Distributed under the terms of the GNU General Public License v2
53
54 EAPI=7
55 @@ -41,9 +41,8 @@ BDEPEND="
56 "
57
58 src_configure() {
59 - local emesonargs=(
60 - "-Dwerror=false"
61 - )
62 + local emesonargs=()
63 +
64 if use systemd; then
65 emesonargs+=(-Dsd-bus-provider=libsystemd)
66 elif use elogind; then
67
68 diff --git a/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-9999.ebuild b/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-9999.ebuild
69 index f0ce88fcabfe..66a4144bb676 100644
70 --- a/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-9999.ebuild
71 +++ b/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-9999.ebuild
72 @@ -1,4 +1,4 @@
73 -# Copyright 1999-2021 Gentoo Authors
74 +# Copyright 1999-2022 Gentoo Authors
75 # Distributed under the terms of the GNU General Public License v2
76
77 EAPI=7
78 @@ -41,9 +41,8 @@ BDEPEND="
79 "
80
81 src_configure() {
82 - local emesonargs=(
83 - "-Dwerror=false"
84 - )
85 + local emesonargs=()
86 +
87 if use systemd; then
88 emesonargs+=(-Dsd-bus-provider=libsystemd)
89 elif use elogind; then