From: Manuel RĂ¼ger Date: Fri, 7 Sep 2018 06:18:33 +0000 (+0200) Subject: app-emulation/containerd: Fix build for multiple BUILDTAGS X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=66dcf6865839e6dec857b1a39ef14df98bdf3fd8;p=gentoo.git 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 --- 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() {