Gentoo Archives: gentoo-user

From: Andrew Savchenko <bircoph@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] How to find all packages which need Python2_7
Date: Tue, 03 Mar 2015 09:54:01
Message-Id: 20150303125348.6ac8172ab80793b10519347d@gentoo.org
In Reply to: Re: [gentoo-user] How to find all packages which need Python2_7 by Andrew Savchenko
1 On Tue, 3 Mar 2015 12:47:46 +0300 Andrew Savchenko wrote:
2 > EIX_LIMIT=0 eix -I --only-names -\( -U python_targets_python2_ -! -U python_targets_python3_ -\)
3
4 On second though parenthesis are surplus here:
5
6 EIX_LIMIT=0 eix -I --only-names -U python_targets_python2_ -! -U python_targets_python3_
7
8 Though be aware that some python2-only packages will require
9 python2 support from packages supporting multiple python
10 versions.
11
12 Best regards,
13 Andrew Savchenko