commit: 75a2c2f6e42a50e705fcdb5d630207e68237be05 Author: Aaron Bauman <bman <AT> gentoo <DOT> org> AuthorDate: Sun Feb 7 01:40:49 2021 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Sun Feb 7 01:40:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75a2c2f6
gui-apps/kanshi: disable Werror during compilation Closes: https://bugs.gentoo.org/750710 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> gui-apps/kanshi/kanshi-1.1.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/gui-apps/kanshi/kanshi-1.1.0.ebuild b/gui-apps/kanshi/kanshi-1.1.0.ebuild index 221a5f5f59e..f24c1c7c59d 100644 --- a/gui-apps/kanshi/kanshi-1.1.0.ebuild +++ b/gui-apps/kanshi/kanshi-1.1.0.ebuild @@ -38,6 +38,7 @@ fi src_configure() { local emesonargs=( $(meson_feature man man-pages) + "-Dwerror=false" ) meson_src_configure }
