Basically, we discovered a bug in Entropy dependencies calculation when disabled USE flags are in use, causing Python to be removed.
In particular, gentoolkit is conflicting with: "!>=dev-lang/python-2.6[-xml]" but the "[-xml]" parsing code had a bug.
Entropy 1.0_rc109 solves this (patch). In addition, older client are automatically patched upon "equo update" through the repository update script hook (commit).
You can fix your system by doing:
amd64
- Code: Select all
wget "http://ftp.surfnet.nl/pub/os/Linux/distr/sabayonlinux/entropy/standard/sabayonlinux.org/packages-nonfree/amd64/5/dev-lang:python-2.7.2-r3~3.tbz2" -O /tmp/python.tar.bz2
tar xvjf /tmp/python.tar.bz2 -C /
equo update
equo install dev-lang/python:2.7
x86
- Code: Select all
wget "http://ftp.surfnet.nl/pub/os/Linux/distr/sabayonlinux/entropy/standard/sabayonlinux.org/packages-nonfree/x86/5/dev-lang:python-2.7.2-r3~3.tbz2" -O /tmp/python.tar.bz2
tar xvjf /tmp/python.tar.bz2 -C /
equo update
equo install dev-lang/python:2.7
We apologize for the inconvenience.


