commit:     a7352d981b2e22d68555954f61f8f453f42c6325
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu May 13 10:48:26 2021 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> 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 <gyakovlev <AT> 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' '')"
        )
 

Reply via email to