diff options
-rw-r--r-- | dev-lang/python/python-2.7.10-r2.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/python/python-2.7.10.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/python/python-2.7.9-r1.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/python/python-2.7.10-r2.ebuild b/dev-lang/python/python-2.7.10-r2.ebuild index 2bb8c27092ad..0a4bd58c953d 100644 --- a/dev-lang/python/python-2.7.10-r2.ebuild +++ b/dev-lang/python/python-2.7.10-r2.ebuild @@ -316,7 +316,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 } diff --git a/dev-lang/python/python-2.7.10.ebuild b/dev-lang/python/python-2.7.10.ebuild index 8f7a67687073..8c9aafc7b01c 100644 --- a/dev-lang/python/python-2.7.10.ebuild +++ b/dev-lang/python/python-2.7.10.ebuild @@ -324,7 +324,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 } diff --git a/dev-lang/python/python-2.7.9-r1.ebuild b/dev-lang/python/python-2.7.9-r1.ebuild index 1e9eb6ae3249..a8a332b7d0f2 100644 --- a/dev-lang/python/python-2.7.9-r1.ebuild +++ b/dev-lang/python/python-2.7.9-r1.ebuild @@ -325,7 +325,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 } |