diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-09-13 21:06:59 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-09-13 21:06:59 +0000 |
commit | 9476ad8803052d550c2998d25a926f973c42754d (patch) | |
tree | ecc403a9d50fb51a06bed309580fe7f9fcb6b437 /sci-libs/getdata/getdata-0.6.3-r1.ebuild | |
parent | Cleaned and enhanced ebuild (diff) | |
download | historical-9476ad8803052d550c2998d25a926f973c42754d.tar.gz historical-9476ad8803052d550c2998d25a926f973c42754d.tar.bz2 historical-9476ad8803052d550c2998d25a926f973c42754d.zip |
Fix: build contains leading spaces on line
Package-Manager: portage-2.2.0_alpha55/cvs/Linux x86_64
Diffstat (limited to 'sci-libs/getdata/getdata-0.6.3-r1.ebuild')
-rw-r--r-- | sci-libs/getdata/getdata-0.6.3-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/getdata/getdata-0.6.3-r1.ebuild b/sci-libs/getdata/getdata-0.6.3-r1.ebuild index 1701235de76b..7e39338186a7 100644 --- a/sci-libs/getdata/getdata-0.6.3-r1.ebuild +++ b/sci-libs/getdata/getdata-0.6.3-r1.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/getdata/getdata-0.6.3-r1.ebuild,v 1.1 2011/09/13 21:05:24 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/getdata/getdata-0.6.3-r1.ebuild,v 1.2 2011/09/13 21:06:59 jlec Exp $ EAPI=3 @@ -62,7 +62,7 @@ src_compile() { NUMPY_CPPFLAGS="-I${EPREFIX}$(python_get_sitedir)/numpy/core/include" \ PYTHON_CPPFLAGS="-I${EPREFIX}$(python_get_includedir)" \ pyexecdir="$(python_get_sitedir)" \ - pythondir="$(python_get_sitedir)" + pythondir="$(python_get_sitedir)" } python_execute_function -s --source-dir bindings/python building fi @@ -79,7 +79,7 @@ src_install() { PYTHON_CPPFLAGS="-I${EPREFIX}$(python_get_includedir)" \ PYTHON_VERSION="$(python_get_version)" \ pyexecdir="$(python_get_sitedir)" \ - pythondir="$(python_get_sitedir)" \ + pythondir="$(python_get_sitedir)" \ install if use static-libs; then find "${ED}/$(python_get_sitedir)" -type f -name "*.a" -delete || die |