diff options
author | Sam James <sam@gentoo.org> | 2022-05-17 05:53:25 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-17 05:53:25 +0000 |
commit | 219272981bd837cf678104b1c1891a27c18df7ad (patch) | |
tree | 07ea9ac168c6a011f676a1401c0de7c99a082251 /gui-apps | |
parent | gui-apps/grim: [QA] drop implicit -Dwerror=false for meson ebuilds (diff) | |
download | gentoo-219272981bd837cf678104b1c1891a27c18df7ad.tar.gz gentoo-219272981bd837cf678104b1c1891a27c18df7ad.tar.bz2 gentoo-219272981bd837cf678104b1c1891a27c18df7ad.zip |
gui-apps/kanshi: [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')
-rw-r--r-- | gui-apps/kanshi/kanshi-1.1.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gui-apps/kanshi/kanshi-1.1.0.ebuild b/gui-apps/kanshi/kanshi-1.1.0.ebuild index f24c1c7c59d7..521c47e33cb0 100644 --- a/gui-apps/kanshi/kanshi-1.1.0.ebuild +++ b/gui-apps/kanshi/kanshi-1.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -38,7 +38,6 @@ fi src_configure() { local emesonargs=( $(meson_feature man man-pages) - "-Dwerror=false" ) meson_src_configure } |