diff options
-rw-r--r-- | dev-lang/python-exec/python-exec-2.9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/python-exec/python-exec-2.9999.ebuild b/dev-lang/python-exec/python-exec-2.9999.ebuild index 14940d0d0a01..561e39347295 100644 --- a/dev-lang/python-exec/python-exec-2.9999.ebuild +++ b/dev-lang/python-exec/python-exec-2.9999.ebuild @@ -95,8 +95,8 @@ pkg_preinst() { old_pythons+=( "$(<${config_base}/config)" ) fi - # then try specific py2/py3 selections - for py in 3 2; do + # then try specific py3 selection + for py in 3; do local target= if [[ -f ${config_base}/python${py} ]]; then |