diff options
author | Benda XU <heroxbd@gentoo.org> | 2014-04-07 11:58:46 +0000 |
---|---|---|
committer | Benda XU <heroxbd@gentoo.org> | 2014-04-07 11:58:46 +0000 |
commit | 7f271b8c094da7d6c3ce668398445ac6a05ee615 (patch) | |
tree | 3be4c7babdfc305b3000240f99ae869e0ef27ead /dev-lang/R/R-3.0.3.ebuild | |
parent | Fix parallel compilation with high number of MAKEOPTS jobs, wrt bugs #506064 ... (diff) | |
download | historical-7f271b8c094da7d6c3ce668398445ac6a05ee615.tar.gz historical-7f271b8c094da7d6c3ce668398445ac6a05ee615.tar.bz2 historical-7f271b8c094da7d6c3ce668398445ac6a05ee615.zip |
bug 505904 by Robert McGehee: revert the blas library configure update for bug 499356. I missunderstood the purpose of this option.
Package-Manager: portage-2.2.8-r1/cvs/Linux x86_64
Diffstat (limited to 'dev-lang/R/R-3.0.3.ebuild')
-rw-r--r-- | dev-lang/R/R-3.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/R/R-3.0.3.ebuild b/dev-lang/R/R-3.0.3.ebuild index 73dfb5aca541..8a1e0aca1159 100644 --- a/dev-lang/R/R-3.0.3.ebuild +++ b/dev-lang/R/R-3.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-3.0.3.ebuild,v 1.2 2014/03/19 16:41:47 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-3.0.3.ebuild,v 1.3 2014/04/07 11:58:36 heroxbd Exp $ EAPI=5 @@ -133,7 +133,7 @@ src_configure() { --with-system-bzlib \ --with-system-pcre \ --with-system-xz \ - --with-blas="$($(tc-getPKG_CONFIG) --variable=libdir blas)" \ + --with-blas="$($(tc-getPKG_CONFIG) --libs blas)" \ --docdir="${EPREFIX}/usr/share/doc/${PF}" \ rdocdir="${EPREFIX}/usr/share/doc/${PF}" \ $(use_enable nls) \ |