diff options
Diffstat (limited to 'sci-physics/elk')
-rw-r--r-- | sci-physics/elk/ChangeLog | 2 | ||||
-rw-r--r-- | sci-physics/elk/elk-1.4.22.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
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 <jlec@gentoo.org> elk-1.4.22.ebuild, metadata.xml: + 21 Feb 2013; Justin Lecher <jlec@gentoo.org> 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 |