From fbffaceca475df200de5673eea70d854563c4962 Mon Sep 17 00:00:00 2001 From: Christoph Junghans Date: Wed, 11 May 2016 10:25:45 -0600 Subject: [PATCH] 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 8b2dfaac39a0..5adfb9b5d3cf 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() { -- 2.26.2