Gentoo Archives: gentoo-user

From: Alec Ten Harmsel <alec@××××××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Dependencies and PYTHON_TARGETS
Date: Mon, 23 Apr 2018 09:54:50
Message-Id: 20180423095439.GB17255@localhost.localdomain
In Reply to: [gentoo-user] Re: Dependencies and PYTHON_TARGETS by Ian Zimmerman
1 On Sun, Apr 22, 2018 at 06:44:03PM -0700, Ian Zimmerman wrote:
2 > On 2018-04-22 15:08, Alec Ten Harmsel wrote:
3 >
4 > > > * make sure dev-lang/python:3.6 stays in the world file, even if it
5 > > > is not needed by me directly
6 > >
7 > > No, you shouldn't need any dev-lang/python entries in the world
8 > > file. I don't have any in my world file, but still have 2.7 and 3.5
9 > > installed on my system because I have some python programs installed.
10 >
11 > But do you ever --depclean? Why did portage remove my python-2.5?
12
13 Yes, after every world update. I'm not sure why python-3.5 was removed.
14
15 Before you set PYTHON_TARGETS in make.conf, had you run an `emerge
16 --sync' in a while? It's possible the default PYTHON_TARGETS from your
17 profile did not include python-3.5, so --depclean would have removed it.
18
19 Alec

Replies

Subject Author
[gentoo-user] Re: Dependencies and PYTHON_TARGETS Ian Zimmerman <itz@××××××××××××.org>