From: Sergei Trofimovich Date: Thu, 10 Jan 2019 22:31:42 +0000 (+0000) Subject: sys-process/criu: don't pass -Werror in src_install() either X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9421f807aec9524b1f0d5dcd18bbb114cffefc34;p=gentoo.git sys-process/criu: don't pass -Werror in src_install() either Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich --- diff --git a/sys-process/criu/criu-3.9.ebuild b/sys-process/criu/criu-3.9.ebuild index 523a1b1c4e52..09d8af6c2b81 100644 --- a/sys-process/criu/criu-3.9.ebuild +++ b/sys-process/criu/criu-3.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -109,6 +109,7 @@ src_install() { LOGROTATEDIR="${EPREFIX}"/etc/logrotate.d \ DESTDIR="${D}" \ LIBDIR="${EPREFIX}/usr/$(get_libdir)" \ + V=1 WERROR=0 DEBUG=0 \ install use doc && dodoc CREDITS README.md