Python 2 preference is meaningless since we only support one version
of Python 2, and it causes Python 2 to be preferred over non-selected
versions of Python 3.
if [[ -z "$(eselect python show)" || ! -f "${EROOT}usr/bin/$(eselect python show)" ]]; then
eselect python update
fi
-
- if [[ -z "$(eselect python show --python${PV%%.*})" || ! -f "${EROOT}usr/bin/$(eselect python show --python${PV%%.*})" ]]; then
- eselect python update --python${PV%%.*}
- fi
}
pkg_postinst() {