Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/containerd/
Date: Tue, 25 May 2021 23:30:18
Message-Id: 1621985397.950ad9503edeca6aaa690e6a6e062e3ce08bbd61.gyakovlev@gentoo
1 commit: 950ad9503edeca6aaa690e6a6e062e3ce08bbd61
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 25 23:29:57 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Tue May 25 23:29:57 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=950ad950
7
8 app-emulation/containerd: apply #nowarn properly to -j1
9
10 Package-Manager: Portage-3.0.19, Repoman-3.0.3
11 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
12
13 app-emulation/containerd/containerd-1.3.7.ebuild | 3 ++-
14 app-emulation/containerd/containerd-1.3.9.ebuild | 3 ++-
15 app-emulation/containerd/containerd-1.4.4.ebuild | 3 ++-
16 3 files changed, 6 insertions(+), 3 deletions(-)
17
18 diff --git a/app-emulation/containerd/containerd-1.3.7.ebuild b/app-emulation/containerd/containerd-1.3.7.ebuild
19 index de9c94b3557..b78f87e7f3d 100644
20 --- a/app-emulation/containerd/containerd-1.3.7.ebuild
21 +++ b/app-emulation/containerd/containerd-1.3.7.ebuild
22 @@ -66,7 +66,8 @@ src_compile() {
23
24 export GOPATH="${WORKDIR}/${P}" # ${PWD}/vendor
25 export GOFLAGS="-v -x -mod=vendor"
26 - emake "${myemakeargs[@]}" man -j1 #nowarn https://bugs.gentoo.org/765100
27 + # race condition in man target https://bugs.gentoo.org/765100
28 + emake "${myemakeargs[@]}" man -j1 #nowarn
29 emake "${myemakeargs[@]}" all
30 }
31
32
33 diff --git a/app-emulation/containerd/containerd-1.3.9.ebuild b/app-emulation/containerd/containerd-1.3.9.ebuild
34 index ce0733b1086..2e7c01ad5a7 100644
35 --- a/app-emulation/containerd/containerd-1.3.9.ebuild
36 +++ b/app-emulation/containerd/containerd-1.3.9.ebuild
37 @@ -66,7 +66,8 @@ src_compile() {
38
39 export GOPATH="${WORKDIR}/${P}" # ${PWD}/vendor
40 export GOFLAGS="-v -x -mod=vendor"
41 - emake "${myemakeargs[@]}" man -j1 #nowarn https://bugs.gentoo.org/765100
42 + # race condition in man target https://bugs.gentoo.org/765100
43 + emake "${myemakeargs[@]}" man -j1 #nowarn
44 emake "${myemakeargs[@]}" all
45 }
46
47
48 diff --git a/app-emulation/containerd/containerd-1.4.4.ebuild b/app-emulation/containerd/containerd-1.4.4.ebuild
49 index 18c54a20724..f6318700355 100644
50 --- a/app-emulation/containerd/containerd-1.4.4.ebuild
51 +++ b/app-emulation/containerd/containerd-1.4.4.ebuild
52 @@ -63,7 +63,8 @@ src_compile() {
53
54 export GOPATH="${WORKDIR}/${P}" # ${PWD}/vendor
55 export GOFLAGS="-v -x -mod=vendor"
56 - emake "${myemakeargs[@]}" man -j1 #nowarn https://bugs.gentoo.org/765100
57 + # race condition in man target https://bugs.gentoo.org/765100
58 + emake "${myemakeargs[@]}" man -j1 #nowarn
59 emake "${myemakeargs[@]}" all
60 }