diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-06-12 22:11:48 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-06-12 22:11:48 +0000 |
commit | 761d34cef842a4d3e807cf6e36b54d298514bf64 (patch) | |
tree | dacb8c4d79cb4569ea8b1c5474e89d732b7eaa1c /sci-libs/gsl | |
parent | Redo the docs as it fail on install cause some are missing. (diff) | |
download | gentoo-2-761d34cef842a4d3e807cf6e36b54d298514bf64.tar.gz gentoo-2-761d34cef842a4d3e807cf6e36b54d298514bf64.tar.bz2 gentoo-2-761d34cef842a4d3e807cf6e36b54d298514bf64.zip |
whitespace
(Portage version: 2.1.9.42/cvs/Linux i686)
Diffstat (limited to 'sci-libs/gsl')
-rw-r--r-- | sci-libs/gsl/gsl-1.15.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/gsl/gsl-1.15.ebuild b/sci-libs/gsl/gsl-1.15.ebuild index 6b89346fc583..896a020f88d0 100644 --- a/sci-libs/gsl/gsl-1.15.ebuild +++ b/sci-libs/gsl/gsl-1.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gsl/gsl-1.15.ebuild,v 1.2 2011/06/12 17:00:25 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gsl/gsl-1.15.ebuild,v 1.3 2011/06/12 22:11:48 mr_bones_ Exp $ EAPI=4 @@ -25,7 +25,7 @@ DOCS=( AUTHORS BUGS ChangeLog NEWS README THANKS TODO ) pkg_pretend() { # prevent to use external cblas from a previously installed gsl local current_lib - if use cblas-external; then + if use cblas-external; then current_lib=$(eselect cblas show | cut -d' ' -f2) if [[ ${current_lib} == gsl ]]; then ewarn "USE flag cblas-external is set: linking gsl with an external cblas." |