From 219272981bd837cf678104b1c1891a27c18df7ad Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 17 May 2022 05:53:25 +0000 Subject: 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 --- gui-apps/kanshi/kanshi-1.1.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gui-apps/kanshi') 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 } -- cgit v1.2.3-65-gdbad