I'm not very expert with Gentoo/Funtoo. I just want to install qutebrowser.
$ emerge -pv qutebrowser
These are the packages that would be merged, in order:
Calculating dependencies /
!!! Problem resolving dependencies for www-client/qutebrowser
... done!
!!! The ebuild selected to satisfy "qutebrowser" has unmet requirements.
- www-client/qutebrowser-1.2.0::net-kit USE="-test" PYTHON_TARGETS="-python3_5 -python3_6"
The following REQUIRED_USE flag constraints are unsatisfied:
any-of ( python_targets_python3_5 python_targets_python3_6 )
What should I do? Should I set python_targets_python3_6 in package.use for qutebrowser?
Or something in make.conf? This is my /etc/portage/make.conf :
L10N="en-US it-IT"
LINGUAS="en_US it_IT"
CFLAGS="-march=ivybridge -O2 -pipe"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j4"
VIDEO_CARDS="intel i965 nvidia"
Is it better python 3.5 or 3.6? But they are unstable, so, do I need to unmask something?
Now I have python only python 2.7 and 3.4 installed (which are necessary for other packages)