commit:     950ad9503edeca6aaa690e6a6e062e3ce08bbd61
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Tue May 25 23:29:57 2021 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Tue May 25 23:29:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=950ad950

app-emulation/containerd: apply #nowarn properly to -j1

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 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 de9c94b3557..b78f87e7f3d 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 ce0733b1086..2e7c01ad5a7 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 18c54a20724..f6318700355 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
 }
 

Reply via email to