On 11/29/10 16:47, Arfrever Frehtes Taifersar Arahesis wrote:
> It wasn't any mistake. Please actually read that code:
>
> eselect_python_update() {
> if [[ -z "$(eselect python show --python${PV%%.*})" ]]; then
> eselect python update --python${PV%%.*}
> fi
> }
>
> "${PV%%.*}" == "2"
> 'eselect python update --python2' would be called only if output of
> 'eselect python show --python2' was empty, which would occur when
> there was no active version of Python 2 set (no /usr/bin/python2
> symlink).
Thanks for that code. I apologize.
Sebastian