Gentoo Archives: gentoo-dev

From: Brian Dolbec <dolsen@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Last standing Python 2.7 dependency
Date: Sun, 03 May 2020 06:24:51
Message-Id: 20200502232442.3d6478ea@storm
In Reply to: Re: [gentoo-dev] Last standing Python 2.7 dependency by Viktar Patotski
1 On Sun, 3 May 2020 07:28:50 +0200
2 Viktar Patotski <xp.vit.blr@×××××.com> wrote:
3
4 > Hi all,
5 >
6 > I'd also like to clean my system and have it Python 2.7 free. Are
7 > there any guidelines to check which packages are still using pyton2_7
8 > in my system?
9 >
10 > Thanks,
11 > Viktar
12 >
13
14 There are both equery and enalyze commands in gentoolkit that can give
15 you reports about what pkgs are installed.
16
17 equery hasuse
18 enalyze analyze [use|pkguse]
19
20 for help on them:
21 equery -h
22 equery hasuse -h
23 enalyze -h
24 enalyze a -h

Replies

Subject Author
Re: [gentoo-dev] Last standing Python 2.7 dependency Fabian Groffen <grobian@g.o>