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 ED1161382C5 for ; Tue, 12 Jan 2021 22:46:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20B8DE09E5; Tue, 12 Jan 2021 22:46:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 030EBE09E5 for ; Tue, 12 Jan 2021 22:46:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 05269335D00 for ; Tue, 12 Jan 2021 22:46:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F7854F for ; Tue, 12 Jan 2021 22:46:39 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1610491564.c36f073341898c359069072c5a2dc86db1ee4d53.sam@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.3-r1.ebuild X-VCS-Directories: app-emulation/containerd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c36f073341898c359069072c5a2dc86db1ee4d53 X-VCS-Branch: master Date: Tue, 12 Jan 2021 22:46:39 +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: 2638b3b1-aee5-4d7e-a549-72817a4ea720 X-Archives-Hash: bd95c2518ef5b8f1f823ad90f2d700a5 commit: c36f073341898c359069072c5a2dc86db1ee4d53 Author: Hector Martin marcan st> AuthorDate: Mon Jan 4 07:39:26 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 12 22:46:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c36f0733 app-emulation/containerd: fix USE=hardened This probably broke with the recent bash update. Signed-off-by: Hector Martin marcan.st> Closes: https://bugs.gentoo.org/763648 Closes: https://github.com/gentoo/gentoo/pull/18937 Signed-off-by: Sam James gentoo.org> app-emulation/containerd/containerd-1.3.7.ebuild | 2 +- app-emulation/containerd/containerd-1.3.9.ebuild | 2 +- app-emulation/containerd/containerd-1.4.3-r1.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-emulation/containerd/containerd-1.3.7.ebuild b/app-emulation/containerd/containerd-1.3.7.ebuild index b6ed4b2e74c..ab62a3500db 100644 --- a/app-emulation/containerd/containerd-1.3.7.ebuild +++ b/app-emulation/containerd/containerd-1.3.7.ebuild @@ -62,7 +62,7 @@ src_compile() { myemakeargs=( BUILDTAGS="${options[*]}" DESTDIR="${ED}" - LDFLAGS=$(usex hardened '-extldflags -fno-PIC' '') + LDFLAGS="$(usex hardened '-extldflags -fno-PIC' '')" ) export GOPATH="${WORKDIR}/${P}" # ${PWD}/vendor diff --git a/app-emulation/containerd/containerd-1.3.9.ebuild b/app-emulation/containerd/containerd-1.3.9.ebuild index 7c664edf94c..bf487739cac 100644 --- a/app-emulation/containerd/containerd-1.3.9.ebuild +++ b/app-emulation/containerd/containerd-1.3.9.ebuild @@ -62,7 +62,7 @@ src_compile() { myemakeargs=( BUILDTAGS="${options[*]}" DESTDIR="${ED}" - LDFLAGS=$(usex hardened '-extldflags -fno-PIC' '') + LDFLAGS="$(usex hardened '-extldflags -fno-PIC' '')" ) export GOPATH="${WORKDIR}/${P}" # ${PWD}/vendor diff --git a/app-emulation/containerd/containerd-1.4.3-r1.ebuild b/app-emulation/containerd/containerd-1.4.3-r1.ebuild index d8b675092ae..0cbf0912b44 100644 --- a/app-emulation/containerd/containerd-1.4.3-r1.ebuild +++ b/app-emulation/containerd/containerd-1.4.3-r1.ebuild @@ -62,7 +62,7 @@ src_compile() { myemakeargs=( BUILDTAGS="${options[*]}" DESTDIR="${ED}" - LDFLAGS=$(usex hardened '-extldflags -fno-PIC' '') + LDFLAGS="$(usex hardened '-extldflags -fno-PIC' '')" ) export GOPATH="${WORKDIR}/${P}" # ${PWD}/vendor