commit:     da6d0e9edc4b36790c6a61ebd1182bf1f4e88f71
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Wed May 11 20:23:14 2016 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Wed May 11 20:23:28 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da6d0e9e

sys-boot/vboot-utils: update -Werror disabling #582610

 sys-boot/vboot-utils/vboot-utils-51_p20160427.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-boot/vboot-utils/vboot-utils-51_p20160427.ebuild 
b/sys-boot/vboot-utils/vboot-utils-51_p20160427.ebuild
index 803dbd3..18a27d7 100644
--- a/sys-boot/vboot-utils/vboot-utils-51_p20160427.ebuild
+++ b/sys-boot/vboot-utils/vboot-utils-51_p20160427.ebuild
@@ -35,7 +35,6 @@ S=${WORKDIR}
 
 src_prepare() {
        sed -i \
-               -e 's: -Werror : :g' \
                -e 's:${DESTDIR}/\(bin\|${LIBDIR}\):${DESTDIR}/usr/\1:g' \
                -e 's:${DESTDIR}/default:${DESTDIR}/etc/default:g' \
                Makefile || die
@@ -50,6 +49,7 @@ _emake() {
                HOST_ARCH=${arch} \
                LIBDIR="$(get_libdir)" \
                DEBUG_FLAGS= \
+               WERROR= \
                MINIMAL=$(usev minimal) \
                STATIC=$(usev static) \
                $(usex elibc_musl HAVE_MUSL=1 "") \

Reply via email to