--- portage-2.2.8.ebuild.orig 2014-01-20 18:31:07.524313811 +0400 +++ portage-2.2.8.ebuild 2014-01-20 18:59:19.083858468 +0400 @@ -69,7 +69,15 @@ elibc_glibc? ( >=sys-apps/sandbox-2.2 ) elibc_uclibc? ( >=sys-apps/sandbox-2.2 ) >=app-misc/pax-utils-0.1.17 - xattr? ( kernel_linux? ( || ( >=dev-lang/python-3.3_pre20110902 dev-python/pyxattr ) ) ) + xattr? ( kernel_linux? ( + python3? ( + python_targets_python3_2? ( dev-python/pyxattr[python_targets_python3_2] ) + !python_targets_python3_2? ( >=dev-lang/python-3.3_pre2011090 ) + ) + !pypy2_0? ( !python2? ( !python3? ( || ( >=dev-lang/python-3.3_pre20110902 dev-python/pyxattr ) ) ) ) + pypy2_0? ( !python2? ( !python3? ( dev-python/pyxattr[python_targets_pypy2_0] ) ) ) + python2? ( !python3? ( || ( dev-python/pyxattr[python_targets_python2_7] dev-python/pyxattr[python_targets_python2_6] ) ) ) + ) ) selinux? ( || ( >=sys-libs/libselinux-2.0.94[python]