diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 09:07:32 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:12:12 +0200 |
commit | ed0509d76604486eaae8f126f8c30a933af7a03e (patch) | |
tree | 6b02eeefa1d13acfa3aabd9cbefaad13fb4f582b | |
parent | 3ac330bc39d63fc6084bc01881452a86015cd7cb (diff) | |
download | gentoo-ed0509d76604486eaae8f126f8c30a933af7a03e.tar.gz gentoo-ed0509d76604486eaae8f126f8c30a933af7a03e.tar.xz |
sci-mathematics/mlpy: Fix typo
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
-rw-r--r-- | sci-mathematics/mlpy/mlpy-3.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/mlpy/mlpy-3.5.0.ebuild b/sci-mathematics/mlpy/mlpy-3.5.0.ebuild index 462a9048ac0..86f4d71615d 100644 --- a/sci-mathematics/mlpy/mlpy-3.5.0.ebuild +++ b/sci-mathematics/mlpy/mlpy-3.5.0.ebuild @@ -24,7 +24,7 @@ RDEPEND=" DEPEND="${RDEPEND} doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" -pyhton_install_all() { +python_install_all() { distutils-r1_python_install_all if use doc; then pushd docs 2>/dev/null || die |