commit: 555a5012b315dc6c087ab98b1a6badce53a55654 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr> AuthorDate: Thu Nov 12 17:31:57 2020 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Fri Nov 13 20:56:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=555a5012
sys-fs/clamfs: don't use Werror Closes: https://bugs.gentoo.org/754180 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr> Closes: https://github.com/gentoo/gentoo/pull/18233 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> sys-fs/clamfs/clamfs-1.2.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys-fs/clamfs/clamfs-1.2.0.ebuild b/sys-fs/clamfs/clamfs-1.2.0.ebuild index af8952ff74b..c7a90b3a7d4 100644 --- a/sys-fs/clamfs/clamfs-1.2.0.ebuild +++ b/sys-fs/clamfs/clamfs-1.2.0.ebuild @@ -22,6 +22,8 @@ RDEPEND="${DEPEND} CONFIG_CHECK="~FUSE_FS" src_prepare() { + # Do not use Werror ( #754180 ) + sed -i 's/\-Werror//g' configure.ac || die "Sed failed" default eautoreconf }
