I can't complete an emerge @preserved-rebuild due to the lack of
python3.3.
However, I read the news article and have set the python3 interpreter to
python3.4
allan ~ # eselect python list --python3
Available Python 3 interpreters:
[1] python3.3
[2] python3.4 *
allan ~ # eselect python list
Available Python interpreters:
[1] python2.7 *
[2] python3.3
[3] python3.4
allan ~ #
Here is the output from emerge @preserved-rebuild
allan ~ # emerge @preserved-rebuild
These are the packages that would be merged, in reverse order:
Calculating dependencies... done!
emerge: there are no ebuilds to satisfy "dev-lang/python:3.3".
(dependency required by "@preserved-rebuild" [argument])
I also have done the emerge mentioned in the news
allan ~ # emerge --ignore-default-opts -uDv --changed-use --ask @world
These are the packages that would be merged, in order:
Calculating dependencies... done!
Total: 0 packages, Size of downloads: 0 KiB
Nothing to merge; quitting.
Thanks in advance for any help.
allan