commit:     a935ee0e744d5788c218cd332a1d3f52a36e29e8
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat May 28 12:59:09 2022 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat May 28 12:59:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a935ee0e

sci-libs/jdqz: other fixes

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 sci-libs/jdqz/jdqz-0_pre19971107-r4.ebuild | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/sci-libs/jdqz/jdqz-0_pre19971107-r4.ebuild 
b/sci-libs/jdqz/jdqz-0_pre19971107-r4.ebuild
index 48747a45a..515cb909d 100644
--- a/sci-libs/jdqz/jdqz-0_pre19971107-r4.ebuild
+++ b/sci-libs/jdqz/jdqz-0_pre19971107-r4.ebuild
@@ -27,13 +27,9 @@ BDEPEND="doc? ( dev-texlive/texlive-latex )"
 PATCHES=( "${FILESDIR}/makefile.patch" )
 RESTRICT="!test? ( test )"
 
-src_prepare() {
-       local pkgc="$(tc-getPKG_CONFIG)"
-       append-fflags "$(${pkgc} --libs blas) $({pkgc} --libs lapack)"
-       default
-}
-
 src_compile() {
+       local pkgc="$(tc-getPKG_CONFIG)"
+       append-fflags "$(${pkgc} --libs blas) $(${pkgc} --libs lapack)"
        if use doc; then
                pdflatex manual.tex || die
        fi

Reply via email to