commit:     8b02320a3c459bcc53fb96d4ba56774b48372e98
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 17 12:13:34 2020 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> 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 <mjo <AT> 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
 }

Reply via email to