diff options
author | Sam James <sam@gentoo.org> | 2021-07-23 18:59:19 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-23 18:59:19 +0100 |
commit | 121564b49eb82be8aece87e84a00f7de2bebbaef (patch) | |
tree | c7a62a1227265c9adaf05aa0d6b5dee5bdb71d4b /app-emulation/containerd | |
parent | app-arch/zstd: Stabilize 1.5.0 sparc, #803443 (diff) | |
download | gentoo-121564b49eb82be8aece87e84a00f7de2bebbaef.tar.gz gentoo-121564b49eb82be8aece87e84a00f7de2bebbaef.tar.bz2 gentoo-121564b49eb82be8aece87e84a00f7de2bebbaef.zip |
app-emulation/containerd: fix WhitespaceFound
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation/containerd')
-rw-r--r-- | app-emulation/containerd/containerd-1.5.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/containerd/containerd-1.5.4.ebuild b/app-emulation/containerd/containerd-1.5.4.ebuild index 88783770efe8..2ba359035848 100644 --- a/app-emulation/containerd/containerd-1.5.4.ebuild +++ b/app-emulation/containerd/containerd-1.5.4.ebuild @@ -60,7 +60,7 @@ src_compile() { REVISION=69107e47a62e1d690afa2b9b1d43f8ece3ff4483 VERSION=v${PV} ) - + # race condition in man target https://bugs.gentoo.org/765100 # we need to explicitly specify GOFLAGS for "go run" to use vendor source GOFLAGS="-v -x -mod=vendor" emake "${myemakeargs[@]}" man -j1 #nowarn |