From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6E7531382C5 for ; Tue, 25 May 2021 23:30:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3713E070D; Tue, 25 May 2021 23:30:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D550E070D for ; Tue, 25 May 2021 23:30:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EED6D340DF0 for ; Tue, 25 May 2021 23:30:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E723A5 for ; Tue, 25 May 2021 23:30:14 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1621985397.950ad9503edeca6aaa690e6a6e062e3ce08bbd61.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/containerd/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/containerd/containerd-1.3.7.ebuild app-emulation/containerd/containerd-1.3.9.ebuild app-emulation/containerd/containerd-1.4.4.ebuild X-VCS-Directories: app-emulation/containerd/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 950ad9503edeca6aaa690e6a6e062e3ce08bbd61 X-VCS-Branch: master Date: Tue, 25 May 2021 23:30:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0fb367ff-8a9c-4eaa-a20a-67e282112b94 X-Archives-Hash: 670baa337feb973b2d34782de74c5b2a commit: 950ad9503edeca6aaa690e6a6e062e3ce08bbd61 Author: Georgy Yakovlev gentoo org> AuthorDate: Tue May 25 23:29:57 2021 +0000 Commit: Georgy Yakovlev gentoo 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 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 }