From 65ac100c81b193ad82841bc9ffe7b69426294743 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Thu, 21 Feb 2013 23:56:23 +0100 Subject: sci-physics/elk: Use tc-getPKG_CONFIG from toolchain-funcs.eclass instead of plain pkg-config; add missing dep on virtual/pkgconfig; cleaning of ebuild Package-Manager: portage-2.2.0_alpha163 --- sci-physics/elk/ChangeLog | 2 +- sci-physics/elk/elk-1.4.22.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sci-physics/elk') diff --git a/sci-physics/elk/ChangeLog b/sci-physics/elk/ChangeLog index 996267a68..28ac97dff 100644 --- a/sci-physics/elk/ChangeLog +++ b/sci-physics/elk/ChangeLog @@ -2,7 +2,7 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ - 21 Feb 2013; Justin Lecher elk-1.4.22.ebuild, metadata.xml: + 21 Feb 2013; Justin Lecher elk-1.4.22.ebuild: Use tc-getPKG_CONFIG from toolchain-funcs.eclass instead of plain pkg-config; add missing dep on virtual/pkgconfig; cleaning of ebuild diff --git a/sci-physics/elk/elk-1.4.22.ebuild b/sci-physics/elk/elk-1.4.22.ebuild index 908a24a69..ab7cd8dcd 100644 --- a/sci-physics/elk/elk-1.4.22.ebuild +++ b/sci-physics/elk/elk-1.4.22.ebuild @@ -77,7 +77,7 @@ src_configure() { LD = $(tc-getLD) AR = $(tc-getAR) LIB_SYS = - LIB_LPK = $(pkg-config --libs lapack) + LIB_LPK = $($(tc-getPKG_CONFIG) --libs lapack) LIB_FFT = fftlib.a EOF -- cgit v1.2.3-65-gdbad