Gentoo Archives: gentoo-user

From: tastytea <gentoo@××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] What replaced python-updater?
Date: Fri, 04 Dec 2020 19:30:28
Message-Id: 20201204202952.33ca0276@ventiloplattform.tastytea.de
In Reply to: [gentoo-user] What replaced python-updater? by Grant Edwards
1 On 2020-12-04 17:39-0000 Grant Edwards <grant.b.edwards@×××××.com>
2 wrote:
3
4 > Yesterday when I did my usual update/clean, Python 3.7 was removed and
5 > a bunch of stuff was re-installed for Python 3.8. However, there are
6 > still things (e.g. markdown) that I've had to manually re-emerge to
7 > get them rebuilt for 3.8.
8 >
9 > I used to use 'python-updater' to take care of that, but it's
10 > gone. What are we supposed to use in its place?
11 >
12 > Are we just supposed to manually re-emerge various python modules over
13 > the next few weeks as we stumble across failures?
14
15 emerge --changed-use --deep @world should take care of that.
16
17 --changed-use updates packages where USE flags have changed since
18 installation and --deep makes emerge consider the entire dependency
19 tree of packages.
20
21 Kind regards, tastytea
22
23 --
24 Get my PGP key with `gpg --locate-keys tastytea@××××××××.de` or at
25 <https://tastytea.de/tastytea.asc>.

Replies

Subject Author
[gentoo-user] Re: What replaced python-updater? Grant Edwards <grant.b.edwards@×××××.com>