diff options
| author | 2020-06-04 22:26:00 -0400 | |
|---|---|---|
| committer | 2020-06-04 22:26:00 -0400 | |
| commit | f54c1486bd1db164892b22b447019866346f0faf (patch) | |
| tree | b2f3b371430e995b343148f6ae9ac2a54028f092 | |
| parent | dev-util/cargo-tree: require rust < 1.44.0 (diff) | |
| download | gentoo-f54c1486bd1db164892b22b447019866346f0faf.tar.gz gentoo-f54c1486bd1db164892b22b447019866346f0faf.tar.bz2 gentoo-f54c1486bd1db164892b22b447019866346f0faf.zip | |
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@gentoo.org>
| -rw-r--r-- | sci-libs/arpack/arpack-3.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/arpack/arpack-3.5.0.ebuild b/sci-libs/arpack/arpack-3.5.0.ebuild index 91539e12556e..8f4f64772fda 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) |
