From: Marcin Deranek Date: Sun, 10 May 2020 20:20:47 +0000 (+0200) Subject: media-gfx/iscan: Be more specific about ignoring warnings X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=af193fac765bd4ba736fcf2485cec3100c02be74;p=gentoo.git media-gfx/iscan: Be more specific about ignoring warnings Closes: https://bugs.gentoo.org/711416 Signed-off-by: Marcin Deranek Closes: https://github.com/gentoo/gentoo/pull/15741 Signed-off-by: Joonas Niilola --- diff --git a/media-gfx/iscan/iscan-3.62.0.ebuild b/media-gfx/iscan/iscan-3.62.0.ebuild index f01a67d24171..7f8e4fae37b8 100644 --- a/media-gfx/iscan/iscan-3.62.0.ebuild +++ b/media-gfx/iscan/iscan-3.62.0.ebuild @@ -43,7 +43,7 @@ src_prepare() { rm -r upstream/boost || die # Workaround for deprecation warnings: # https://gitlab.com/utsushi/utsushi/issues/90 - sed -e 's|-Werror||g' -i configure.ac || die + sed -e 's|=-Werror|="-Werror -Wno-error=deprecated-declarations"|g' -i configure.ac || die eautoreconf }