diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-02-21 23:56:23 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-02-21 23:56:23 +0100 |
commit | 65ac100c81b193ad82841bc9ffe7b69426294743 (patch) | |
tree | ba2c32f489e8fcc2b39a3b8aa05379a2217b5bea | |
parent | sci-physics/elk: Use tc-getPKG_CONFIG from toolchain-funcs.eclass instead of ... (diff) | |
download | sci-65ac100c81b193ad82841bc9ffe7b69426294743.tar.gz sci-65ac100c81b193ad82841bc9ffe7b69426294743.tar.bz2 sci-65ac100c81b193ad82841bc9ffe7b69426294743.zip |
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
-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 |