diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-09-10 02:43:58 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-09-10 02:43:58 +0000 |
commit | 6dedc05683faebcefeee0fb7bfa59bfd34b4271b (patch) | |
tree | 7acfb5a16b74b0bd28a5c9be56756f0cb1521e99 /sci-libs/scipy | |
parent | Whitespace (diff) | |
download | gentoo-2-6dedc05683faebcefeee0fb7bfa59bfd34b4271b.tar.gz gentoo-2-6dedc05683faebcefeee0fb7bfa59bfd34b4271b.tar.bz2 gentoo-2-6dedc05683faebcefeee0fb7bfa59bfd34b4271b.zip |
Whitespace
(Portage version: 2.2.2/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sci-libs/scipy')
-rw-r--r-- | sci-libs/scipy/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/scipy/scipy-0.12.0.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/sci-libs/scipy/ChangeLog b/sci-libs/scipy/ChangeLog index 9929c56b557a..f54a58b58fe3 100644 --- a/sci-libs/scipy/ChangeLog +++ b/sci-libs/scipy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/scipy # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/scipy/ChangeLog,v 1.96 2013/09/05 19:04:44 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/scipy/ChangeLog,v 1.97 2013/09/10 02:43:58 patrick Exp $ + + 10 Sep 2013; Patrick Lauer <patrick@gentoo.org> scipy-0.12.0.ebuild: + Whitespace 05 Sep 2013; Michał Górny <mgorny@gentoo.org> scipy-0.12.0.ebuild: Clean up PYTHON_COMPAT from old implementations. diff --git a/sci-libs/scipy/scipy-0.12.0.ebuild b/sci-libs/scipy/scipy-0.12.0.ebuild index cd2b7fdf08e0..b3b8868fefcf 100644 --- a/sci-libs/scipy/scipy-0.12.0.ebuild +++ b/sci-libs/scipy/scipy-0.12.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/scipy/scipy-0.12.0.ebuild,v 1.5 2013/09/05 19:04:44 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/scipy/scipy-0.12.0.ebuild,v 1.6 2013/09/10 02:43:58 patrick Exp $ EAPI=5 @@ -116,7 +116,6 @@ r = scipy.test('fast',verbose=2) sys.exit(0 if r.wasSuccessful() else 1)" || die "Tests fail with ${EPYTHON}" } - python_install_all() { if use doc; then dohtml -r "${WORKDIR}"/html/. |