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/wlroots/
Date: Tue, 17 May 2022 05:59:24
Message-Id: 1652766838.aed9e07055fe4fb3b52ae5ad9fbab870b602fa4d.sam@gentoo
1 commit: aed9e07055fe4fb3b52ae5ad9fbab870b602fa4d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 17 05:53:58 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 17 05:53:58 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aed9e070
7
8 gui-libs/wlroots: [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-libs/wlroots/wlroots-0.14.0-r2.ebuild | 3 +--
19 gui-libs/wlroots/wlroots-0.14.1-r1.ebuild | 3 +--
20 gui-libs/wlroots/wlroots-0.15.0-r1.ebuild | 1 -
21 gui-libs/wlroots/wlroots-0.15.0-r2.ebuild | 1 -
22 gui-libs/wlroots/wlroots-0.15.1.ebuild | 1 -
23 gui-libs/wlroots/wlroots-9999.ebuild | 1 -
24 6 files changed, 2 insertions(+), 8 deletions(-)
25
26 diff --git a/gui-libs/wlroots/wlroots-0.14.0-r2.ebuild b/gui-libs/wlroots/wlroots-0.14.0-r2.ebuild
27 index 17b92696cdc7..4a97390435b2 100644
28 --- a/gui-libs/wlroots/wlroots-0.14.0-r2.ebuild
29 +++ b/gui-libs/wlroots/wlroots-0.14.0-r2.ebuild
30 @@ -1,4 +1,4 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 +# Copyright 1999-2022 Gentoo Authors
33 # Distributed under the terms of the GNU General Public License v2
34
35 EAPI=7
36 @@ -53,7 +53,6 @@ src_configure() {
37 local emesonargs=(
38 "-Dxcb-errors=disabled"
39 "-Dexamples=false"
40 - "-Dwerror=false"
41 "-Drenderers=gles2"
42 -Dxwayland=$(usex X enabled disabled)
43 -Dx11-backend=$(usex x11-backend enabled disabled)
44
45 diff --git a/gui-libs/wlroots/wlroots-0.14.1-r1.ebuild b/gui-libs/wlroots/wlroots-0.14.1-r1.ebuild
46 index cfe8c9ee911f..da27838ebd01 100644
47 --- a/gui-libs/wlroots/wlroots-0.14.1-r1.ebuild
48 +++ b/gui-libs/wlroots/wlroots-0.14.1-r1.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=8
55 @@ -53,7 +53,6 @@ src_configure() {
56 local emesonargs=(
57 "-Dxcb-errors=disabled"
58 "-Dexamples=false"
59 - "-Dwerror=false"
60 "-Drenderers=gles2"
61 -Dxwayland=$(usex X enabled disabled)
62 -Dx11-backend=$(usex x11-backend enabled disabled)
63
64 diff --git a/gui-libs/wlroots/wlroots-0.15.0-r1.ebuild b/gui-libs/wlroots/wlroots-0.15.0-r1.ebuild
65 index d7d3567a21fe..79e777c25134 100644
66 --- a/gui-libs/wlroots/wlroots-0.15.0-r1.ebuild
67 +++ b/gui-libs/wlroots/wlroots-0.15.0-r1.ebuild
68 @@ -58,7 +58,6 @@ src_configure() {
69 local emesonargs=(
70 "-Dxcb-errors=disabled"
71 "-Dexamples=false"
72 - "-Dwerror=false"
73 -Drenderers=$(usex vulkan 'gles2,vulkan' gles2)
74 -Dxwayland=$(usex X enabled disabled)
75 -Dbackends=drm,libinput$(usex x11-backend ',x11' '')
76
77 diff --git a/gui-libs/wlroots/wlroots-0.15.0-r2.ebuild b/gui-libs/wlroots/wlroots-0.15.0-r2.ebuild
78 index 9c30f69fea8b..c304488ebcbd 100644
79 --- a/gui-libs/wlroots/wlroots-0.15.0-r2.ebuild
80 +++ b/gui-libs/wlroots/wlroots-0.15.0-r2.ebuild
81 @@ -60,7 +60,6 @@ src_configure() {
82 local emesonargs=(
83 "-Dxcb-errors=disabled"
84 "-Dexamples=false"
85 - "-Dwerror=false"
86 -Drenderers=$(usex vulkan 'gles2,vulkan' gles2)
87 -Dxwayland=$(usex X enabled disabled)
88 -Dbackends=drm,libinput$(usex x11-backend ',x11' '')
89
90 diff --git a/gui-libs/wlroots/wlroots-0.15.1.ebuild b/gui-libs/wlroots/wlroots-0.15.1.ebuild
91 index f6a2d61c92a4..a7ccf183fd66 100644
92 --- a/gui-libs/wlroots/wlroots-0.15.1.ebuild
93 +++ b/gui-libs/wlroots/wlroots-0.15.1.ebuild
94 @@ -58,7 +58,6 @@ src_configure() {
95 local emesonargs=(
96 "-Dxcb-errors=disabled"
97 "-Dexamples=false"
98 - "-Dwerror=false"
99 -Drenderers=$(usex vulkan 'gles2,vulkan' gles2)
100 -Dxwayland=$(usex X enabled disabled)
101 -Dbackends=drm,libinput$(usex x11-backend ',x11' '')
102
103 diff --git a/gui-libs/wlroots/wlroots-9999.ebuild b/gui-libs/wlroots/wlroots-9999.ebuild
104 index f6a2d61c92a4..a7ccf183fd66 100644
105 --- a/gui-libs/wlroots/wlroots-9999.ebuild
106 +++ b/gui-libs/wlroots/wlroots-9999.ebuild
107 @@ -58,7 +58,6 @@ src_configure() {
108 local emesonargs=(
109 "-Dxcb-errors=disabled"
110 "-Dexamples=false"
111 - "-Dwerror=false"
112 -Drenderers=$(usex vulkan 'gles2,vulkan' gles2)
113 -Dxwayland=$(usex X enabled disabled)
114 -Dbackends=drm,libinput$(usex x11-backend ',x11' '')