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 799D61382C5 for ; Thu, 13 May 2021 10:50:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA21BE08C3; Thu, 13 May 2021 10:50:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 ACE95E08C3 for ; Thu, 13 May 2021 10:50:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7B235340C15 for ; Thu, 13 May 2021 10:50:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB5B3735 for ; Thu, 13 May 2021 10:50:32 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1620902906.a7352d981b2e22d68555954f61f8f453f42c6325.gyakovlev@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.4.ebuild X-VCS-Directories: app-emulation/containerd/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: a7352d981b2e22d68555954f61f8f453f42c6325 X-VCS-Branch: master Date: Thu, 13 May 2021 10:50:32 +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: 2b2257ed-b0ff-4291-aa4b-78545f5f922a X-Archives-Hash: 5c8252c57b7c8fb8828778737cbfa3fc commit: a7352d981b2e22d68555954f61f8f453f42c6325 Author: Georgy Yakovlev gentoo org> AuthorDate: Thu May 13 10:48:26 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu May 13 10:48:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7352d98 app-emulation/containerd: remove ED usage Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Georgy Yakovlev gentoo.org> app-emulation/containerd/containerd-1.3.7.ebuild | 3 +-- app-emulation/containerd/containerd-1.3.9.ebuild | 3 +-- app-emulation/containerd/containerd-1.4.4.ebuild | 1 - 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/app-emulation/containerd/containerd-1.3.7.ebuild b/app-emulation/containerd/containerd-1.3.7.ebuild index ab62a3500db..bd5fea0fe6c 100644 --- a/app-emulation/containerd/containerd-1.3.7.ebuild +++ b/app-emulation/containerd/containerd-1.3.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -61,7 +61,6 @@ src_compile() { myemakeargs=( BUILDTAGS="${options[*]}" - DESTDIR="${ED}" LDFLAGS="$(usex hardened '-extldflags -fno-PIC' '')" ) diff --git a/app-emulation/containerd/containerd-1.3.9.ebuild b/app-emulation/containerd/containerd-1.3.9.ebuild index bf487739cac..c494ec62692 100644 --- a/app-emulation/containerd/containerd-1.3.9.ebuild +++ b/app-emulation/containerd/containerd-1.3.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -61,7 +61,6 @@ src_compile() { myemakeargs=( BUILDTAGS="${options[*]}" - DESTDIR="${ED}" LDFLAGS="$(usex hardened '-extldflags -fno-PIC' '')" ) diff --git a/app-emulation/containerd/containerd-1.4.4.ebuild b/app-emulation/containerd/containerd-1.4.4.ebuild index 3031f34e224..44c2ad35531 100644 --- a/app-emulation/containerd/containerd-1.4.4.ebuild +++ b/app-emulation/containerd/containerd-1.4.4.ebuild @@ -58,7 +58,6 @@ src_compile() { myemakeargs=( BUILDTAGS="${options[*]}" - DESTDIR="${ED}" LDFLAGS="$(usex hardened '-extldflags -fno-PIC' '')" )