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

gui-apps/mako: [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/mako/mako-1.6-r3.ebuild | 1 -
 gui-apps/mako/mako-9999.ebuild   | 3 +--
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/gui-apps/mako/mako-1.6-r3.ebuild b/gui-apps/mako/mako-1.6-r3.ebuild
index 219a0b276032..a5b496449431 100644
--- a/gui-apps/mako/mako-1.6-r3.ebuild
+++ b/gui-apps/mako/mako-1.6-r3.ebuild
@@ -47,7 +47,6 @@ BDEPEND="
 src_configure() {
        local emesonargs=(
                -Dicons=$(usex icons enabled disabled)
-               "-Dwerror=false"
        )
 
        if use systemd ; then

diff --git a/gui-apps/mako/mako-9999.ebuild b/gui-apps/mako/mako-9999.ebuild
index e3550881594a..597e5e7acd03 100644
--- a/gui-apps/mako/mako-9999.ebuild
+++ b/gui-apps/mako/mako-9999.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
@@ -47,7 +47,6 @@ BDEPEND="
 src_configure() {
        local emesonargs=(
                -Dicons=$(usex icons enabled disabled)
-               "-Dwerror=false"
        )
 
        if use systemd ; then

Reply via email to