commit: f54c1486bd1db164892b22b447019866346f0faf
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 5 02:26:00 2020 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Fri Jun 5 02:26:00 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f54c1486
sci-libs/arpack: Fix missing line continuation marker
Non-maintainer commit
Static libs bugfix missed a line continuation marker in 3.5.0
This implements the intended behaviour
Fixes: 1d331e11cdc51047
Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
sci-libs/arpack/arpack-3.5.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/arpack/arpack-3.5.0.ebuild
b/sci-libs/arpack/arpack-3.5.0.ebuild
index 91539e12556..8f4f64772fd 100644
--- a/sci-libs/arpack/arpack-3.5.0.ebuild
+++ b/sci-libs/arpack/arpack-3.5.0.ebuild
@@ -34,7 +34,7 @@ src_prepare() {
src_configure() {
econf \
- --disable-static
+ --disable-static \
--with-blas="$($(tc-getPKG_CONFIG) --libs blas)" \
--with-lapack="$($(tc-getPKG_CONFIG) --libs lapack)" \
$(use_enable mpi)