From 66dcf6865839e6dec857b1a39ef14df98bdf3fd8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Manuel=20R=C3=BCger?= Date: Fri, 7 Sep 2018 08:18:33 +0200 Subject: [PATCH] app-emulation/containerd: Fix build for multiple BUILDTAGS Closes: https://bugs.gentoo.org/show_bug.cgi?id=665418 Package-Manager: Portage-2.3.49, Repoman-2.3.10 --- app-emulation/containerd/containerd-1.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/containerd/containerd-1.1.2.ebuild b/app-emulation/containerd/containerd-1.1.2.ebuild index 4bd98d13a3b3..1e3061539942 100644 --- a/app-emulation/containerd/containerd-1.1.2.ebuild +++ b/app-emulation/containerd/containerd-1.1.2.ebuild @@ -47,7 +47,7 @@ src_prepare() { src_compile() { local options=( $(usex btrfs "" "no_btrfs") $(usex cri "" "no_cri") $(usex seccomp "seccomp" "") $(usex apparmor "apparmor" "") ) export GOPATH="${WORKDIR}/${P}" # ${PWD}/vendor - LDFLAGS=$(usex hardened '-extldflags -fno-PIC' '') emake BUILDTAGS="${options[@]}" + LDFLAGS=$(usex hardened '-extldflags -fno-PIC' '') BUILDTAGS="${options[@]}" emake } src_install() { -- 2.26.2