commit: af193fac765bd4ba736fcf2485cec3100c02be74 Author: Marcin Deranek <marcin.deranek <AT> booking <DOT> com> AuthorDate: Sun May 10 20:20:47 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sun May 17 11:28:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af193fac
media-gfx/iscan: Be more specific about ignoring warnings Closes: https://bugs.gentoo.org/711416 Signed-off-by: Marcin Deranek <marcin.deranek <AT> slonko.net> Closes: https://github.com/gentoo/gentoo/pull/15741 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> media-gfx/iscan/iscan-3.62.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/iscan/iscan-3.62.0.ebuild b/media-gfx/iscan/iscan-3.62.0.ebuild index f01a67d2417..7f8e4fae37b 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 }
