Gentoo Archives: gentoo-commits

From: Amy Liffey <amynka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/gdal/
Date: Tue, 16 Oct 2018 18:28:44
Message-Id: 1539714425.7bc162059d2bad255b904b1001dce348b364f501.amynka@gentoo
1 commit: 7bc162059d2bad255b904b1001dce348b364f501
2 Author: Amy Liffey <amynka <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 16 18:24:37 2018 +0000
4 Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 16 18:27:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bc16205
7
8 sci-libs/gdal: fix perl sandbox violations
9
10 Suggested-by: David Haller <gentoo <AT> dhaller.de>
11 Closes: https://bugs.gentoo.org/663282
12 Signed-off-by: Amy Liffey <amynka <AT> gentoo.org>
13 Package-Manager: Portage-2.3.49, Repoman-2.3.11
14
15 sci-libs/gdal/gdal-2.3.1.ebuild | 3 ++-
16 1 file changed, 2 insertions(+), 1 deletion(-)
17
18 diff --git a/sci-libs/gdal/gdal-2.3.1.ebuild b/sci-libs/gdal/gdal-2.3.1.ebuild
19 index e1f97f524f2..65af4595613 100644
20 --- a/sci-libs/gdal/gdal-2.3.1.ebuild
21 +++ b/sci-libs/gdal/gdal-2.3.1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -276,6 +276,7 @@ src_compile() {
29 src_install() {
30 if use perl ; then
31 pushd "${S}"/swig/perl > /dev/null || die
32 + myinst=( DESTDIR="${D}" )
33 perl-module_src_install
34 popd > /dev/null || die
35 sed -e 's:BINDINGS = \(.*\) perl:BINDINGS = \1:g' \