Gentoo Archives: gentoo-commits

From: Horea Christian <horea.christ@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-visualization/surf-ice/
Date: Mon, 24 Sep 2018 00:16:11
Message-Id: 1537748161.5200d2f0c0938406906f934612b12a044b0a5fd2.chymera@gentoo
1 commit: 5200d2f0c0938406906f934612b12a044b0a5fd2
2 Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
3 AuthorDate: Mon Sep 24 00:16:01 2018 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Mon Sep 24 00:16:01 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5200d2f0
7
8 sci-visualization/surf-ice: updated live ebuild
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 sci-visualization/surf-ice/surf-ice-9999.ebuild | 7 +++++--
13 1 file changed, 5 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-visualization/surf-ice/surf-ice-9999.ebuild b/sci-visualization/surf-ice/surf-ice-9999.ebuild
16 index e83201866..6858805e5 100644
17 --- a/sci-visualization/surf-ice/surf-ice-9999.ebuild
18 +++ b/sci-visualization/surf-ice/surf-ice-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -18,7 +18,10 @@ DEPEND="dev-lang/fpc
26 >=dev-lang/lazarus-1.6.2"
27
28 src_compile() {
29 - lazbuild -B --lazarusdir="/usr/share/lazarus/" surfice.lpi || die
30 + # Python support will only be vaialable for the default implementation:
31 + # https://github.com/neurolabusc/MRIcroGL/issues/30#issuecomment-423216197
32 + cp -rf /etc/lazarus system-lazarus-config
33 + lazbuild -B --lazarusdir="/usr/share/lazarus/" --pcp="system-lazarus-config" surfice.lpi || die
34 }
35
36 src_install() {