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 2E06B1382C5 for ; Mon, 21 Dec 2020 08:19:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 490EEE0972; Mon, 21 Dec 2020 08:19:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A4CE4E0972 for ; Mon, 21 Dec 2020 08:19:45 +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 3E3C6341513 for ; Mon, 21 Dec 2020 08:19:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A41ABBB for ; Mon, 21 Dec 2020 08:19:42 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1608538777.7dfd9ab33106070c84f2bf39d4bb1d4ed8eb2473.heroxbd@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libexif/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libexif/libexif-0.6.22_p20201105.ebuild X-VCS-Directories: media-libs/libexif/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: 7dfd9ab33106070c84f2bf39d4bb1d4ed8eb2473 X-VCS-Branch: master Date: Mon, 21 Dec 2020 08:19:42 +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: 9bc60429-f9d3-4f72-a61c-84da9dbd8a5d X-Archives-Hash: 6d72a230c17591e7b68dee090543d42d commit: 7dfd9ab33106070c84f2bf39d4bb1d4ed8eb2473 Author: root gentoo org> AuthorDate: Mon Dec 21 08:18:09 2020 +0000 Commit: Benda XU gentoo org> CommitDate: Mon Dec 21 08:19:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dfd9ab3 media-libs/libexif: replace ED with D to avoid double prefix. The 2 variables ED and D are identical on non-prefix installations. For prefix this commits allows the package to install. Therefore, we neither bump revision nor drop the ebuild from stable to unstable. Package-Manager: Portage-3.0.12, Repoman-3.0.1 Signed-off-by: Benda Xu gentoo.org> media-libs/libexif/libexif-0.6.22_p20201105.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libexif/libexif-0.6.22_p20201105.ebuild b/media-libs/libexif/libexif-0.6.22_p20201105.ebuild index 1c4bfaf1547..de9a5e1eb9c 100644 --- a/media-libs/libexif/libexif-0.6.22_p20201105.ebuild +++ b/media-libs/libexif/libexif-0.6.22_p20201105.ebuild @@ -44,7 +44,7 @@ multilib_src_configure() { } multilib_src_install() { - emake DESTDIR="${ED}" install + emake DESTDIR="${D}" install } multilib_src_install_all() {