diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-01-10 22:31:42 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-01-12 23:28:50 +0000 |
commit | 9421f807aec9524b1f0d5dcd18bbb114cffefc34 (patch) | |
tree | bf3f1ca46e5e759b5bae11ebcf79ea604aed8bb7 /sys-process/criu | |
parent | media-plugins/alsa-plugins: stable 1.1.6 for sparc, bug #666852 (diff) | |
download | gentoo-9421f807aec9524b1f0d5dcd18bbb114cffefc34.tar.gz gentoo-9421f807aec9524b1f0d5dcd18bbb114cffefc34.tar.bz2 gentoo-9421f807aec9524b1f0d5dcd18bbb114cffefc34.zip |
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 <slyfox@gentoo.org>
Diffstat (limited to 'sys-process/criu')
-rw-r--r-- | sys-process/criu/criu-3.9.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 |