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 2EAE7138335 for ; Mon, 25 Jun 2018 04:44:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BFF9E08C4; Mon, 25 Jun 2018 04:44:48 +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 D6496E0897 for ; Mon, 25 Jun 2018 04:44:47 +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 5871D335CB7 for ; Mon, 25 Jun 2018 04:44:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB1D734A for ; Mon, 25 Jun 2018 04:44:44 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1529901827.70987f8dd6a2c77e022ea239a1b69482caec71c9.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/visit/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/visit/visit-2.12.3-r1.ebuild X-VCS-Directories: sci-visualization/visit/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 70987f8dd6a2c77e022ea239a1b69482caec71c9 X-VCS-Branch: master Date: Mon, 25 Jun 2018 04:44:44 +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: 5d895ad2-1cd8-40d7-9a30-03ff1bd3143c X-Archives-Hash: eb3799cbeed33903e16ebadee8372180 commit: 70987f8dd6a2c77e022ea239a1b69482caec71c9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jun 24 23:02:58 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jun 25 04:43:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70987f8d sci-visualization/visit: missing || die Package-Manager: Portage-2.3.40, Repoman-2.3.9 sci-visualization/visit/visit-2.12.3-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sci-visualization/visit/visit-2.12.3-r1.ebuild b/sci-visualization/visit/visit-2.12.3-r1.ebuild index b8a15ab5cdc..14564343708 100644 --- a/sci-visualization/visit/visit-2.12.3-r1.ebuild +++ b/sci-visualization/visit/visit-2.12.3-r1.ebuild @@ -55,7 +55,8 @@ src_prepare() { cmake-utils_src_prepare use mpi && eapply "${FILESDIR}/${P}-vtkmpi.patch" - sed -i 's/exec python $frontendlauncherpy $0 ${1+"$@"}/exec '${EPYTHON}' $frontendlauncherpy $0 ${1+"$@"}/g' "bin/frontendlauncher" + sed -i 's/exec python $frontendlauncherpy $0 ${1+"$@"}/exec '${EPYTHON}' \ + $frontendlauncherpy $0 ${1+"$@"}/g' "bin/frontendlauncher" || die } src_configure() {