commit: 7bc162059d2bad255b904b1001dce348b364f501 Author: Amy Liffey <amynka <AT> gentoo <DOT> org> AuthorDate: Tue Oct 16 18:24:37 2018 +0000 Commit: Amy Liffey <amynka <AT> gentoo <DOT> org> CommitDate: Tue Oct 16 18:27:05 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bc16205
sci-libs/gdal: fix perl sandbox violations Suggested-by: David Haller <gentoo <AT> dhaller.de> Closes: https://bugs.gentoo.org/663282 Signed-off-by: Amy Liffey <amynka <AT> gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 sci-libs/gdal/gdal-2.3.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sci-libs/gdal/gdal-2.3.1.ebuild b/sci-libs/gdal/gdal-2.3.1.ebuild index e1f97f524f2..65af4595613 100644 --- a/sci-libs/gdal/gdal-2.3.1.ebuild +++ b/sci-libs/gdal/gdal-2.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -276,6 +276,7 @@ src_compile() { src_install() { if use perl ; then pushd "${S}"/swig/perl > /dev/null || die + myinst=( DESTDIR="${D}" ) perl-module_src_install popd > /dev/null || die sed -e 's:BINDINGS = \(.*\) perl:BINDINGS = \1:g' \
