From 8b02320a3c459bcc53fb96d4ba56774b48372e98 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Wed, 17 Jun 2020 08:13:34 -0400 Subject: 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 --- 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 ff91da3b9135..d236e41cfe65 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 } -- cgit v1.2.3-65-gdbad