[РЕШЕНО]Проблема с установкой из-за PYTHON_TARGETS

Пытаюсь установить compton но мне выдает вот это:

Calculating dependencies /

!!! Problem resolving dependencies for x11-misc/compton                                                ... done!

!!! The ebuild selected to satisfy "compton" has unmet requirements.
- x11-misc/compton-0.1_beta2::gentoo USE="dbus drm opengl pcre xinerama" PYTHON_TARGETS="-python3_2 -python3_3 -python3_4"

  The following REQUIRED_USE flag constraints are unsatisfied:
    any-of ( python_targets_python3_2 python_targets_python3_3 python_targets_python3_4 )

При этом eselect python list:

Available Python interpreters:
  [1]   python2.7 *
  [2]   python3.2

P.S. python updater выполнял.

USE="-python_targets_python3_2 -python_targets_python3_3 -python_targets_python3_4" =x11-misc/compton-0.1_beta2

Михаил Никифоров wrote:

USE=“-python_targets_python3_2 -python_targets_python3_3 -python_targets_python3_4” =x11-misc/compton-0.1_beta2

К сожалению, не помогло.

any-of ( python_targets_python3_2 python_targets_python3_3 python_targets_python3_4 )
https://translate.google.ru/#en/ru/any-of

минусуйте 2 из 3 …

Дело в том, что я так уже ранее пробовал:

USE="python_targets_python3_2 -python_targets_python3_3 -python_targets_python3_4" emerge -av x11-misc/compton

Local copy of remote index is up-to-date and will be used.

These are the packages that would be merged, in order:

Calculating dependencies /

!!! Problem resolving dependencies for x11-misc/compton                                                ... done!

!!! The ebuild selected to satisfy "x11-misc/compton" has unmet requirements.
- x11-misc/compton-0.1_beta2::gentoo USE="dbus drm opengl pcre xinerama" PYTHON_TARGETS="-python3_2 -python3_3 -python3_4"

  The following REQUIRED_USE flag constraints are unsatisfied:
    any-of ( python_targets_python3_2 python_targets_python3_3 python_targets_python3_4 )
echo 'x11-misc/compton python_targets_python3_2' >> /etc/portage/package.use/custom && emerge compton
echo 'x11-misc/compton python_targets_python3_2' >> /etc/portage/package.use/custom && emerge compton

Local copy of remote index is up-to-date and will be used.
Calculating dependencies /

!!! Problem resolving dependencies for x11-misc/compton                                                ... done!

!!! The ebuild selected to satisfy "compton" has unmet requirements.
- x11-misc/compton-0.1_beta2::gentoo USE="dbus drm opengl pcre xinerama" PYTHON_TARGETS="-python3_2 -python3_3 -python3_4"

  The following REQUIRED_USE flag constraints are unsatisfied:
    any-of ( python_targets_python3_2 python_targets_python3_3 python_targets_python3_4 )

http://pastebin.calculate-linux.ru/ru/show/10274
прописал юзы и размаскал python:3.3 :slight_smile:

Странно, а версия 3.2 чем так плоха?

Алексей Гриценко wrote:

Странно, а версия 3.2 чем так плоха?

ну не буду же я ставить себе версия 3.2 из-за того что она вам нужна (сompton’ом я сам пользуюсь) :slight_smile:

Спасибо, действительно с версией 3.3 всё получилось.