From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DFED4138334 for ; Mon, 24 Sep 2018 00:16:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6A79E08EC; Mon, 24 Sep 2018 00:16:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9B4F6E08EC for ; Mon, 24 Sep 2018 00:16:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 43553335CC6 for ; Mon, 24 Sep 2018 00:16:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C73663E1 for ; Mon, 24 Sep 2018 00:16:07 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1537748161.5200d2f0c0938406906f934612b12a044b0a5fd2.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-visualization/surf-ice/ X-VCS-Repository: proj/sci X-VCS-Files: sci-visualization/surf-ice/surf-ice-9999.ebuild X-VCS-Directories: sci-visualization/surf-ice/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 5200d2f0c0938406906f934612b12a044b0a5fd2 X-VCS-Branch: master Date: Mon, 24 Sep 2018 00:16:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5b742fd5-eef0-4f7e-a26b-75bac5900a7d X-Archives-Hash: 916a96034fd59db2f006239cb441a5aa commit: 5200d2f0c0938406906f934612b12a044b0a5fd2 Author: Horea Christian yandex com> AuthorDate: Mon Sep 24 00:16:01 2018 +0000 Commit: Horea Christian gmail com> CommitDate: Mon Sep 24 00:16:01 2018 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5200d2f0 sci-visualization/surf-ice: updated live ebuild Package-Manager: Portage-2.3.49, Repoman-2.3.10 sci-visualization/surf-ice/surf-ice-9999.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sci-visualization/surf-ice/surf-ice-9999.ebuild b/sci-visualization/surf-ice/surf-ice-9999.ebuild index e83201866..6858805e5 100644 --- a/sci-visualization/surf-ice/surf-ice-9999.ebuild +++ b/sci-visualization/surf-ice/surf-ice-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 @@ -18,7 +18,10 @@ DEPEND="dev-lang/fpc >=dev-lang/lazarus-1.6.2" src_compile() { - lazbuild -B --lazarusdir="/usr/share/lazarus/" surfice.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" surfice.lpi || die } src_install() {