Hi, I'd like to install all packages which need Python, only for Python3 except those which cannot be installed for Python3. How can I find out which of the packages installed on my machine have PYTHON_TARGETS=python2_7" (only). I could loop over `qlist -IC` do an emerge -vp each grepping for this string. But is there an easier way.
Many thanks for a hint, Helmut

