diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-05-13 03:48:26 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-05-13 03:48:26 -0700 |
commit | a7352d981b2e22d68555954f61f8f453f42c6325 (patch) | |
tree | 001968d0de4dc0e40d79cc6576698e1098ceedca /app-emulation | |
parent | app-emulation/runc: fix variables (diff) | |
download | gentoo-a7352d981b2e22d68555954f61f8f453f42c6325.tar.gz gentoo-a7352d981b2e22d68555954f61f8f453f42c6325.tar.bz2 gentoo-a7352d981b2e22d68555954f61f8f453f42c6325.zip |
app-emulation/containerd: remove ED usage
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/containerd/containerd-1.3.7.ebuild | 3 | ||||
-rw-r--r-- | app-emulation/containerd/containerd-1.3.9.ebuild | 3 | ||||
-rw-r--r-- | 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 ab62a3500dbd..bd5fea0fe6c9 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 bf487739cac6..c494ec626927 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 3031f34e2242..44c2ad355312 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' '')" ) |