dev-lang/python: Fix py version ref for python_export in 2.7

This commit is contained in:
Michał Górny
2015-11-12 17:42:49 +01:00
parent 0ff0f4b758
commit f1d0291c21

View File

@@ -314,7 +314,7 @@ src_install() {
vars=( PYTHON "${vars[@]}" )
fi
python_export "python${PYVER}" "${vars[@]}"
python_export "python${SLOT}" "${vars[@]}"
echo "EPYTHON='${EPYTHON}'" > epython.py || die
python_domodule epython.py
}