From 950ad9503edeca6aaa690e6a6e062e3ce08bbd61 Mon Sep 17 00:00:00 2001 From: Georgy Yakovlev Date: Tue, 25 May 2021 16:29:57 -0700 Subject: [PATCH] app-emulation/containerd: apply #nowarn properly to -j1 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Georgy Yakovlev --- app-emulation/containerd/containerd-1.3.7.ebuild | 3 ++- app-emulation/containerd/containerd-1.3.9.ebuild | 3 ++- app-emulation/containerd/containerd-1.4.4.ebuild | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/app-emulation/containerd/containerd-1.3.7.ebuild b/app-emulation/containerd/containerd-1.3.7.ebuild index de9c94b355757..b78f87e7f3d61 100644 --- a/app-emulation/containerd/containerd-1.3.7.ebuild +++ b/app-emulation/containerd/containerd-1.3.7.ebuild @@ -66,7 +66,8 @@ src_compile() { export GOPATH="${WORKDIR}/${P}" # ${PWD}/vendor export GOFLAGS="-v -x -mod=vendor" - emake "${myemakeargs[@]}" man -j1 #nowarn https://bugs.gentoo.org/765100 + # race condition in man target https://bugs.gentoo.org/765100 + emake "${myemakeargs[@]}" man -j1 #nowarn emake "${myemakeargs[@]}" all } diff --git a/app-emulation/containerd/containerd-1.3.9.ebuild b/app-emulation/containerd/containerd-1.3.9.ebuild index ce0733b1086aa..2e7c01ad5a79c 100644 --- a/app-emulation/containerd/containerd-1.3.9.ebuild +++ b/app-emulation/containerd/containerd-1.3.9.ebuild @@ -66,7 +66,8 @@ src_compile() { export GOPATH="${WORKDIR}/${P}" # ${PWD}/vendor export GOFLAGS="-v -x -mod=vendor" - emake "${myemakeargs[@]}" man -j1 #nowarn https://bugs.gentoo.org/765100 + # race condition in man target https://bugs.gentoo.org/765100 + emake "${myemakeargs[@]}" man -j1 #nowarn emake "${myemakeargs[@]}" all } diff --git a/app-emulation/containerd/containerd-1.4.4.ebuild b/app-emulation/containerd/containerd-1.4.4.ebuild index 18c54a20724a4..f631870035594 100644 --- a/app-emulation/containerd/containerd-1.4.4.ebuild +++ b/app-emulation/containerd/containerd-1.4.4.ebuild @@ -63,7 +63,8 @@ src_compile() { export GOPATH="${WORKDIR}/${P}" # ${PWD}/vendor export GOFLAGS="-v -x -mod=vendor" - emake "${myemakeargs[@]}" man -j1 #nowarn https://bugs.gentoo.org/765100 + # race condition in man target https://bugs.gentoo.org/765100 + emake "${myemakeargs[@]}" man -j1 #nowarn emake "${myemakeargs[@]}" all }