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/waypipe/
Date: Tue, 17 May 2022 05:59:25
Message-Id: 1652766833.f3a60d96d672173df8dcd62c2578395d10bdb27f.sam@gentoo
1 commit: f3a60d96d672173df8dcd62c2578395d10bdb27f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 17 05:53:53 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 17 05:53:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3a60d96
7
8 gui-apps/waypipe: [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/waypipe/waypipe-0.7.2-r2.ebuild | 1 -
19 gui-apps/waypipe/waypipe-0.8.0-r2.ebuild | 1 -
20 gui-apps/waypipe/waypipe-9999.ebuild | 1 -
21 3 files changed, 3 deletions(-)
22
23 diff --git a/gui-apps/waypipe/waypipe-0.7.2-r2.ebuild b/gui-apps/waypipe/waypipe-0.7.2-r2.ebuild
24 index d6d6d8a0a6eb..52bcc9f8db4b 100644
25 --- a/gui-apps/waypipe/waypipe-0.7.2-r2.ebuild
26 +++ b/gui-apps/waypipe/waypipe-0.7.2-r2.ebuild
27 @@ -60,7 +60,6 @@ PATCHES=(
28
29 src_configure() {
30 local emesonargs=(
31 - -Dwerror=false
32 $(meson_use systemtap with_systemtap)
33 $(meson_feature dmabuf with_dmabuf)
34 $(meson_feature ffmpeg with_video)
35
36 diff --git a/gui-apps/waypipe/waypipe-0.8.0-r2.ebuild b/gui-apps/waypipe/waypipe-0.8.0-r2.ebuild
37 index fc35ee208f72..c7f35a6ec2e2 100644
38 --- a/gui-apps/waypipe/waypipe-0.8.0-r2.ebuild
39 +++ b/gui-apps/waypipe/waypipe-0.8.0-r2.ebuild
40 @@ -56,7 +56,6 @@ BDEPEND="
41
42 src_configure() {
43 local emesonargs=(
44 - -Dwerror=false
45 $(meson_use systemtap with_systemtap)
46 $(meson_feature dmabuf with_dmabuf)
47 $(meson_feature ffmpeg with_video)
48
49 diff --git a/gui-apps/waypipe/waypipe-9999.ebuild b/gui-apps/waypipe/waypipe-9999.ebuild
50 index fc35ee208f72..c7f35a6ec2e2 100644
51 --- a/gui-apps/waypipe/waypipe-9999.ebuild
52 +++ b/gui-apps/waypipe/waypipe-9999.ebuild
53 @@ -56,7 +56,6 @@ BDEPEND="
54
55 src_configure() {
56 local emesonargs=(
57 - -Dwerror=false
58 $(meson_use systemtap with_systemtap)
59 $(meson_feature dmabuf with_dmabuf)
60 $(meson_feature ffmpeg with_video)