commit:     70987f8dd6a2c77e022ea239a1b69482caec71c9
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 24 23:02:58 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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() {

Reply via email to