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 A6BF813835A for ; Wed, 17 Jun 2020 13:38:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43ABDE0B29; Wed, 17 Jun 2020 13:38:47 +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 29BBDE0B29 for ; Wed, 17 Jun 2020 13:38:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 CE99D34F329 for ; Wed, 17 Jun 2020 13:38:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C2302A8 for ; Wed, 17 Jun 2020 13:38:42 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1592401100.8b02320a3c459bcc53fb96d4ba56774b48372e98.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsvgtiny/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libsvgtiny/libsvgtiny-0.1.7-r1.ebuild X-VCS-Directories: media-libs/libsvgtiny/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 8b02320a3c459bcc53fb96d4ba56774b48372e98 X-VCS-Branch: master Date: Wed, 17 Jun 2020 13:38: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: c0415f4e-bf48-4f3e-bedb-bdb5889a3dd9 X-Archives-Hash: e077d0389533a8dad18380b002ddfdb6 commit: 8b02320a3c459bcc53fb96d4ba56774b48372e98 Author: Michael Orlitzky gentoo org> AuthorDate: Wed Jun 17 12:13:34 2020 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Wed Jun 17 13:38:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b02320a media-libs/libsvgtiny: change $ED to $D during install. With newer netsurf-buildsystem, this will allow the use of a non-default (E)ROOT. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Michael Orlitzky gentoo.org> media-libs/libsvgtiny/libsvgtiny-0.1.7-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libsvgtiny/libsvgtiny-0.1.7-r1.ebuild b/media-libs/libsvgtiny/libsvgtiny-0.1.7-r1.ebuild index ff91da3b913..d236e41cfe6 100644 --- a/media-libs/libsvgtiny/libsvgtiny-0.1.7-r1.ebuild +++ b/media-libs/libsvgtiny/libsvgtiny-0.1.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -35,5 +35,5 @@ src_compile() { } src_install() { - _emake DESTDIR="${ED}" install + _emake DESTDIR="${D}" install }