commit:     fbffaceca475df200de5673eea70d854563c4962
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Wed May 11 16:25:45 2016 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Wed May 11 16:27:29 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbffacec

sci-libs/nemesis: build fix for newer exodusii (bug #582726)

Package-Manager: portage-2.2.28

 sci-libs/nemesis/nemesis-5.24.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sci-libs/nemesis/nemesis-5.24.ebuild 
b/sci-libs/nemesis/nemesis-5.24.ebuild
index 8b2dfaa..5adfb9b 100644
--- a/sci-libs/nemesis/nemesis-5.24.ebuild
+++ b/sci-libs/nemesis/nemesis-5.24.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -30,6 +30,7 @@ PATCHES=( "${FILESDIR}"/${PN}-5.22b-multilib.patch )
 src_prepare() {
        find ../exodus -delete || die
        cmake-utils_src_prepare
+       sed -i 's/exoIIv2c/NAMES exodus &/' CMakeLists.txt || die
 }
 
 src_configure() {

Reply via email to