Re: [gentoo-user] How to find all packages which need Python2_7

2015-03-03 Thread Andrew Savchenko
On Tue, 03 Mar 2015 11:12:48 +0100 Helmut Jarausch wrote: > On 03/03/2015 10:47:46 AM, Andrew Savchenko wrote: > > Hello, > > > > On Tue, 03 Mar 2015 10:21:19 +0100 Helmut Jarausch wrote: > > > Hi, > > > > > > I'd like to install all packages which need Python, only for Python3 > > except those w

Re: [gentoo-user] How to find all packages which need Python2_7

2015-03-03 Thread Helmut Jarausch
On 03/03/2015 10:47:46 AM, Andrew Savchenko wrote: > Hello, > > On Tue, 03 Mar 2015 10:21:19 +0100 Helmut Jarausch wrote: > > 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

Re: [gentoo-user] How to find all packages which need Python2_7

2015-03-03 Thread Andrew Savchenko
On Tue, 3 Mar 2015 12:47:46 +0300 Andrew Savchenko wrote: > EIX_LIMIT=0 eix -I --only-names -\( -U python_targets_python2_ -! -U > python_targets_python3_ -\) On second though parenthesis are surplus here: EIX_LIMIT=0 eix -I --only-names -U python_targets_python2_ -! -U python_targets_python3_

Re: [gentoo-user] How to find all packages which need Python2_7

2015-03-03 Thread Andrew Savchenko
Hello, On Tue, 03 Mar 2015 10:21:19 +0100 Helmut Jarausch wrote: > 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_

[gentoo-user] How to find all packages which need Python2_7

2015-03-03 Thread Helmut Jarausch
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 th