diff options
Diffstat (limited to 'sci-libs/fflas-ffpack/fflas-ffpack-2.4.3-r2.ebuild')
-rw-r--r-- | sci-libs/fflas-ffpack/fflas-ffpack-2.4.3-r2.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3-r2.ebuild b/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3-r2.ebuild index 5428716175bf..327b02fb947b 100644 --- a/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3-r2.ebuild +++ b/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -42,16 +42,14 @@ pkg_setup() { [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp } -pkg_setup() { - tc-export PKG_CONFIG -} - src_prepare() { default eautoreconf } src_configure() { + tc-export PKG_CONFIG + econf \ --enable-precompilation \ $(use_enable openmp) \ |