commit:     b64756545e976ac82546fee7a43d02703ec0fda7
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  2 09:24:45 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jul  2 09:25:12 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=b6475654

sci-biology/dipy: fix whitespace error

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-biology/dipy/dipy-9999.ebuild | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

diff --git a/sci-biology/dipy/dipy-9999.ebuild 
b/sci-biology/dipy/dipy-9999.ebuild
index beb75e4..5bec12b 100644
--- a/sci-biology/dipy/dipy-9999.ebuild
+++ b/sci-biology/dipy/dipy-9999.ebuild
@@ -19,19 +19,18 @@ KEYWORDS=""
 IUSE="test"
 
 DEPEND="
-        test? ( dev-python/nose[${PYTHON_USEDEP}] )
-        dev-python/setuptools[${PYTHON_USEDEP}]
-        dev-python/cython[${PYTHON_USEDEP}]
-        "
+       test? ( dev-python/nose[${PYTHON_USEDEP}] )
+       dev-python/setuptools[${PYTHON_USEDEP}]
+       dev-python/cython[${PYTHON_USEDEP}]
+"
 RDEPEND="
        dev-python/numpy[${PYTHON_USEDEP}]
-        sci-libs/scipy[${PYTHON_USEDEP}]
-        sci-libs/nibabel[${PYTHON_USEDEP}]
-        "
+       sci-libs/scipy[${PYTHON_USEDEP}]
+       sci-libs/nibabel[${PYTHON_USEDEP}]
+"
 
 python_test() {
-        distutils_install_for_testing
-        cd "${TEST_DIR}"/lib || die
-        nosetests || die
+       distutils_install_for_testing
+       cd "${TEST_DIR}"/lib || die
+       nosetests || die
 }
-

Reply via email to