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 4AF9B138334 for ; Sun, 17 Feb 2019 16:59:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54239E0ACE; Sun, 17 Feb 2019 16:59:33 +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 27598E0ACE for ; Sun, 17 Feb 2019 16:59:33 +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 E0B67335D44 for ; Sun, 17 Feb 2019 16:59:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85FBD537 for ; Sun, 17 Feb 2019 16:59:30 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1550422761.7bef1b0d842f4d730bd56478a70c6f3a47dec780.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/audiofile/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/audiofile/audiofile-0.3.6-r3.ebuild X-VCS-Directories: media-libs/audiofile/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 7bef1b0d842f4d730bd56478a70c6f3a47dec780 X-VCS-Branch: master Date: Sun, 17 Feb 2019 16:59:30 +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: 33c1427f-b418-46b2-aed0-b3741bf3f561 X-Archives-Hash: e5ba23042bf14cd2dfaaf04490dd23a4 commit: 7bef1b0d842f4d730bd56478a70c6f3a47dec780 Author: Lars Wendler gentoo org> AuthorDate: Sun Feb 17 16:29:05 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sun Feb 17 16:59:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bef1b0d media-libs/audiofile: Prefer ${ED} over ${D} Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> media-libs/audiofile/audiofile-0.3.6-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/audiofile/audiofile-0.3.6-r3.ebuild b/media-libs/audiofile/audiofile-0.3.6-r3.ebuild index c61e55f0a42..ad1115fbc7b 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 }