From: Michał Górny Date: Thu, 12 Nov 2015 16:42:49 +0000 (+0100) Subject: dev-lang/python: Fix py version ref for python_export in 2.7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f1d0291c;p=gentoo.git dev-lang/python: Fix py version ref for python_export in 2.7 --- diff --git a/dev-lang/python/python-2.7.10-r3.ebuild b/dev-lang/python/python-2.7.10-r3.ebuild index b6aeaf79875c..4fae1b589991 100644 --- a/dev-lang/python/python-2.7.10-r3.ebuild +++ b/dev-lang/python/python-2.7.10-r3.ebuild @@ -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 }