From 7bef1b0d842f4d730bd56478a70c6f3a47dec780 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Sun, 17 Feb 2019 17:29:05 +0100 Subject: media-libs/audiofile: Prefer ${ED} over ${D} Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Lars Wendler --- media-libs/audiofile/audiofile-0.3.6-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'media-libs') diff --git a/media-libs/audiofile/audiofile-0.3.6-r3.ebuild b/media-libs/audiofile/audiofile-0.3.6-r3.ebuild index c61e55f0a423..ad1115fbc7b1 100644 --- a/media-libs/audiofile/audiofile-0.3.6-r3.ebuild +++ b/media-libs/audiofile/audiofile-0.3.6-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -45,5 +45,5 @@ multilib_src_install_all() { einstalldocs # package provides .pc file - find "${D}" -name '*.la' -delete || die + find "${ED}" -name '*.la' -delete || die } -- cgit v1.2.3-65-gdbad