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 | d2e5c7eaef48a0122739d7ea79c54f62b832c46f (patch) | |
tree | bd4a6ef3b89d17ff0c1d5b7b5d79e1b6c3118f86 /sci-libs | |
parent | Cleaned and enhanced ebuild (diff) | |
download | gentoo-2-d2e5c7eaef48a0122739d7ea79c54f62b832c46f.tar.gz gentoo-2-d2e5c7eaef48a0122739d7ea79c54f62b832c46f.tar.bz2 gentoo-2-d2e5c7eaef48a0122739d7ea79c54f62b832c46f.zip |
Fix: build contains leading spaces on line
(Portage version: 2.2.0_alpha55/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/getdata/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/getdata/getdata-0.6.3-r1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-libs/getdata/ChangeLog b/sci-libs/getdata/ChangeLog index 7962c51850b0..c0864533591d 100644 --- a/sci-libs/getdata/ChangeLog +++ b/sci-libs/getdata/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/getdata # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/getdata/ChangeLog,v 1.5 2011/09/13 21:05:24 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/getdata/ChangeLog,v 1.6 2011/09/13 21:06:59 jlec Exp $ + + 13 Sep 2011; Justin Lecher <jlec@gentoo.org> getdata-0.6.3-r1.ebuild: + Fix: build contains leading spaces on line *getdata-0.6.3-r1 (13 Sep 2011) 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 |