commit:     aed9e07055fe4fb3b52ae5ad9fbab870b602fa4d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 17 05:53:58 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 17 05:53:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aed9e070

gui-libs/wlroots: [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-libs/wlroots/wlroots-0.14.0-r2.ebuild | 3 +--
 gui-libs/wlroots/wlroots-0.14.1-r1.ebuild | 3 +--
 gui-libs/wlroots/wlroots-0.15.0-r1.ebuild | 1 -
 gui-libs/wlroots/wlroots-0.15.0-r2.ebuild | 1 -
 gui-libs/wlroots/wlroots-0.15.1.ebuild    | 1 -
 gui-libs/wlroots/wlroots-9999.ebuild      | 1 -
 6 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/gui-libs/wlroots/wlroots-0.14.0-r2.ebuild 
b/gui-libs/wlroots/wlroots-0.14.0-r2.ebuild
index 17b92696cdc7..4a97390435b2 100644
--- a/gui-libs/wlroots/wlroots-0.14.0-r2.ebuild
+++ b/gui-libs/wlroots/wlroots-0.14.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -53,7 +53,6 @@ src_configure() {
        local emesonargs=(
                "-Dxcb-errors=disabled"
                "-Dexamples=false"
-               "-Dwerror=false"
                "-Drenderers=gles2"
                -Dxwayland=$(usex X enabled disabled)
                -Dx11-backend=$(usex x11-backend enabled disabled)

diff --git a/gui-libs/wlroots/wlroots-0.14.1-r1.ebuild 
b/gui-libs/wlroots/wlroots-0.14.1-r1.ebuild
index cfe8c9ee911f..da27838ebd01 100644
--- a/gui-libs/wlroots/wlroots-0.14.1-r1.ebuild
+++ b/gui-libs/wlroots/wlroots-0.14.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -53,7 +53,6 @@ src_configure() {
        local emesonargs=(
                "-Dxcb-errors=disabled"
                "-Dexamples=false"
-               "-Dwerror=false"
                "-Drenderers=gles2"
                -Dxwayland=$(usex X enabled disabled)
                -Dx11-backend=$(usex x11-backend enabled disabled)

diff --git a/gui-libs/wlroots/wlroots-0.15.0-r1.ebuild 
b/gui-libs/wlroots/wlroots-0.15.0-r1.ebuild
index d7d3567a21fe..79e777c25134 100644
--- a/gui-libs/wlroots/wlroots-0.15.0-r1.ebuild
+++ b/gui-libs/wlroots/wlroots-0.15.0-r1.ebuild
@@ -58,7 +58,6 @@ src_configure() {
        local emesonargs=(
                "-Dxcb-errors=disabled"
                "-Dexamples=false"
-               "-Dwerror=false"
                -Drenderers=$(usex vulkan 'gles2,vulkan' gles2)
                -Dxwayland=$(usex X enabled disabled)
                -Dbackends=drm,libinput$(usex x11-backend ',x11' '')

diff --git a/gui-libs/wlroots/wlroots-0.15.0-r2.ebuild 
b/gui-libs/wlroots/wlroots-0.15.0-r2.ebuild
index 9c30f69fea8b..c304488ebcbd 100644
--- a/gui-libs/wlroots/wlroots-0.15.0-r2.ebuild
+++ b/gui-libs/wlroots/wlroots-0.15.0-r2.ebuild
@@ -60,7 +60,6 @@ src_configure() {
        local emesonargs=(
                "-Dxcb-errors=disabled"
                "-Dexamples=false"
-               "-Dwerror=false"
                -Drenderers=$(usex vulkan 'gles2,vulkan' gles2)
                -Dxwayland=$(usex X enabled disabled)
                -Dbackends=drm,libinput$(usex x11-backend ',x11' '')

diff --git a/gui-libs/wlroots/wlroots-0.15.1.ebuild 
b/gui-libs/wlroots/wlroots-0.15.1.ebuild
index f6a2d61c92a4..a7ccf183fd66 100644
--- a/gui-libs/wlroots/wlroots-0.15.1.ebuild
+++ b/gui-libs/wlroots/wlroots-0.15.1.ebuild
@@ -58,7 +58,6 @@ src_configure() {
        local emesonargs=(
                "-Dxcb-errors=disabled"
                "-Dexamples=false"
-               "-Dwerror=false"
                -Drenderers=$(usex vulkan 'gles2,vulkan' gles2)
                -Dxwayland=$(usex X enabled disabled)
                -Dbackends=drm,libinput$(usex x11-backend ',x11' '')

diff --git a/gui-libs/wlroots/wlroots-9999.ebuild 
b/gui-libs/wlroots/wlroots-9999.ebuild
index f6a2d61c92a4..a7ccf183fd66 100644
--- a/gui-libs/wlroots/wlroots-9999.ebuild
+++ b/gui-libs/wlroots/wlroots-9999.ebuild
@@ -58,7 +58,6 @@ src_configure() {
        local emesonargs=(
                "-Dxcb-errors=disabled"
                "-Dexamples=false"
-               "-Dwerror=false"
                -Drenderers=$(usex vulkan 'gles2,vulkan' gles2)
                -Dxwayland=$(usex X enabled disabled)
                -Dbackends=drm,libinput$(usex x11-backend ',x11' '')

Reply via email to