sci-mathematics/mlpy: Fix typo

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2015-08-24 09:07:32 +02:00
parent 3ac330bc39
commit ed0509d766

View File

@@ -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