commit: f3a60d96d672173df8dcd62c2578395d10bdb27f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 17 05:53:53 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 17 05:53:53 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3a60d96
gui-apps/waypipe: [QA] drop implicit -Dwerror=false for meson ebuilds
Since f7408ada0c4655827e7bea46c57d7af1b9004433, it's
always set for Meson builds, so we don't need to
repeat it in ebuilds.
Signed-off-by: Sam James <sam <AT> gentoo.org>
gui-apps/waypipe/waypipe-0.7.2-r2.ebuild | 1 -
gui-apps/waypipe/waypipe-0.8.0-r2.ebuild | 1 -
gui-apps/waypipe/waypipe-9999.ebuild | 1 -
3 files changed, 3 deletions(-)
diff --git a/gui-apps/waypipe/waypipe-0.7.2-r2.ebuild
b/gui-apps/waypipe/waypipe-0.7.2-r2.ebuild
index d6d6d8a0a6eb..52bcc9f8db4b 100644
--- a/gui-apps/waypipe/waypipe-0.7.2-r2.ebuild
+++ b/gui-apps/waypipe/waypipe-0.7.2-r2.ebuild
@@ -60,7 +60,6 @@ PATCHES=(
src_configure() {
local emesonargs=(
- -Dwerror=false
$(meson_use systemtap with_systemtap)
$(meson_feature dmabuf with_dmabuf)
$(meson_feature ffmpeg with_video)
diff --git a/gui-apps/waypipe/waypipe-0.8.0-r2.ebuild
b/gui-apps/waypipe/waypipe-0.8.0-r2.ebuild
index fc35ee208f72..c7f35a6ec2e2 100644
--- a/gui-apps/waypipe/waypipe-0.8.0-r2.ebuild
+++ b/gui-apps/waypipe/waypipe-0.8.0-r2.ebuild
@@ -56,7 +56,6 @@ BDEPEND="
src_configure() {
local emesonargs=(
- -Dwerror=false
$(meson_use systemtap with_systemtap)
$(meson_feature dmabuf with_dmabuf)
$(meson_feature ffmpeg with_video)
diff --git a/gui-apps/waypipe/waypipe-9999.ebuild
b/gui-apps/waypipe/waypipe-9999.ebuild
index fc35ee208f72..c7f35a6ec2e2 100644
--- a/gui-apps/waypipe/waypipe-9999.ebuild
+++ b/gui-apps/waypipe/waypipe-9999.ebuild
@@ -56,7 +56,6 @@ BDEPEND="
src_configure() {
local emesonargs=(
- -Dwerror=false
$(meson_use systemtap with_systemtap)
$(meson_feature dmabuf with_dmabuf)
$(meson_feature ffmpeg with_video)