From b346cff85990465d53209de3d7b938b601fb2fe0 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Wed, 30 Nov 2016 15:24:58 -0500 Subject: dev-lang/python: restore eselect python set --python2 call This broke Funtoo stage building since it relies on the python2 symlink. Package-Manager: portage-2.3.2_p11 --- dev-lang/python/python-2.7.12.ebuild | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dev-lang/python/python-2.7.12.ebuild') diff --git a/dev-lang/python/python-2.7.12.ebuild b/dev-lang/python/python-2.7.12.ebuild index fd47f81fceb..09e76bab5df 100644 --- a/dev-lang/python/python-2.7.12.ebuild +++ b/dev-lang/python/python-2.7.12.ebuild @@ -346,6 +346,10 @@ eselect_python_update() { 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() { -- cgit v1.2.1