diff options
author | Sam James <sam@gentoo.org> | 2022-05-17 05:53:53 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-17 05:53:53 +0000 |
commit | f3a60d96d672173df8dcd62c2578395d10bdb27f (patch) | |
tree | 8d8172b8fb8b69a433a1e0a3a4b1849271cde827 /gui-apps/waypipe | |
parent | gui-apps/swaylock: [QA] drop implicit -Dwerror=false for meson ebuilds (diff) | |
download | gentoo-f3a60d96d672173df8dcd62c2578395d10bdb27f.tar.gz gentoo-f3a60d96d672173df8dcd62c2578395d10bdb27f.tar.bz2 gentoo-f3a60d96d672173df8dcd62c2578395d10bdb27f.zip |
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@gentoo.org>
Diffstat (limited to 'gui-apps/waypipe')
-rw-r--r-- | gui-apps/waypipe/waypipe-0.7.2-r2.ebuild | 1 | ||||
-rw-r--r-- | gui-apps/waypipe/waypipe-0.8.0-r2.ebuild | 1 | ||||
-rw-r--r-- | gui-apps/waypipe/waypipe-9999.ebuild | 1 |
3 files changed, 0 insertions, 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) |