diff options
author | Sam James <sam@gentoo.org> | 2022-09-11 23:24:53 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-11 23:24:53 +0100 |
commit | d12bc87963fe1b3fae352771cd590e9daad228f4 (patch) | |
tree | 666eb445134f8253cd0ecf0d7b2403c22b0565ae /sci-libs/fflas-ffpack | |
parent | app-misc/qlcplus: fix duplicate pkg_postinst; use canonical phase ordering (diff) | |
download | gentoo-d12bc87963fe1b3fae352771cd590e9daad228f4.tar.gz gentoo-d12bc87963fe1b3fae352771cd590e9daad228f4.tar.bz2 gentoo-d12bc87963fe1b3fae352771cd590e9daad228f4.zip |
sci-libs/fflas-ffpack: fix duplicate pkg_setup
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/fflas-ffpack')
-rw-r--r-- | sci-libs/fflas-ffpack/fflas-ffpack-2.4.3-r2.ebuild | 8 | ||||
-rw-r--r-- | sci-libs/fflas-ffpack/fflas-ffpack-2.4.3-r3.ebuild | 6 |
2 files changed, 5 insertions, 9 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) \ diff --git a/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3-r3.ebuild b/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3-r3.ebuild index 87c452d6e355..9d9117b172ef 100644 --- a/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3-r3.ebuild +++ b/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3-r3.ebuild @@ -43,16 +43,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) \ |