From 0bec7ab7b0ad3ae7bde208c10bf483343c2f31aa Mon Sep 17 00:00:00 2001 From: James Le Cuirot Date: Fri, 13 Mar 2026 09:51:21 +0000 Subject: [PATCH] app-containers/containerd: Sync with Gentoo Signed-off-by: James Le Cuirot --- .../app-containers/containerd/containerd-2.2.1.ebuild | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/sdk_container/src/third_party/portage-stable/app-containers/containerd/containerd-2.2.1.ebuild b/sdk_container/src/third_party/portage-stable/app-containers/containerd/containerd-2.2.1.ebuild index d89df32ae7..f54c461b03 100644 --- a/sdk_container/src/third_party/portage-stable/app-containers/containerd/containerd-2.2.1.ebuild +++ b/sdk_container/src/third_party/portage-stable/app-containers/containerd/containerd-2.2.1.ebuild @@ -63,16 +63,10 @@ src_compile() { VERSION=v${PV} ) - # The Go env is already set, but reset it for CBUILD in a subshell to allow - # building the man pages when cross-compiling. - ( - CHOST="${CBUILD}" go-env_set_compile_environment - # race condition in man target https://bugs.gentoo.org/765100 - tc-env_build emake "${myemakeargs[@]}" man -j1 #nowarn - ) - emake "${myemakeargs[@]}" all + # race condition in man target https://bugs.gentoo.org/765100 + tc-env_build go-env_run emake "${myemakeargs[@]}" man -j1 #nowarn } src_install() {