diff options
author | Sam James <sam@gentoo.org> | 2022-05-17 05:53:29 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-17 05:53:29 +0000 |
commit | 2dc144322fbc3d17a0e667926f3f5d00ec84838a (patch) | |
tree | 3279e4edcc2e7fcbda8b41a1db3af3ef74cefe7b /gui-apps/mako | |
parent | gui-apps/kanshi: [QA] drop implicit -Dwerror=false for meson ebuilds (diff) | |
download | gentoo-2dc144322fbc3d17a0e667926f3f5d00ec84838a.tar.gz gentoo-2dc144322fbc3d17a0e667926f3f5d00ec84838a.tar.bz2 gentoo-2dc144322fbc3d17a0e667926f3f5d00ec84838a.zip |
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@gentoo.org>
Diffstat (limited to 'gui-apps/mako')
-rw-r--r-- | gui-apps/mako/mako-1.6-r3.ebuild | 1 | ||||
-rw-r--r-- | gui-apps/mako/mako-9999.ebuild | 3 |
2 files changed, 1 insertions, 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 |