commit: e98986c9defdc6abe6671528a0bf348ae3986c69
Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Sun Sep 23 23:59:11 2018 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon Sep 24 00:04:06 2018 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e98986c9
sci-visualization/mricrogl: updated live ebuild
Package-Manager: Portage-2.3.49, Repoman-2.3.10
sci-visualization/mricrogl/mricrogl-9999.ebuild | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/sci-visualization/mricrogl/mricrogl-9999.ebuild
b/sci-visualization/mricrogl/mricrogl-9999.ebuild
index 802061f94..45eb77642 100644
--- a/sci-visualization/mricrogl/mricrogl-9999.ebuild
+++ b/sci-visualization/mricrogl/mricrogl-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -20,7 +20,10 @@ DEPEND="dev-lang/fpc
"
src_compile() {
- lazbuild -B --lazarusdir="${EPREFIX}/usr/share/lazarus/" simplelaz.lpi
|| die
+ # Python support will only be vaialable for the default implementation:
+ #
https://github.com/neurolabusc/MRIcroGL/issues/30#issuecomment-423216197
+ cp -rf /etc/lazarus system-lazarus-config
+ lazbuild -B --lazarusdir="/usr/share/lazarus/"
--pcp="system-lazarus-config" simplelaz.lpi || die
}
src_install() {