Gentoo Archives: gentoo-dev

From: Martin Gysel <m.gysel@×××××.com>
To: gentoo-dev@l.g.o, "Michał Górny" <mgorny@g.o>
Subject: Re: [gentoo-dev] News item v2: Python 3.7 to become the default target
Date: Wed, 22 Apr 2020 08:50:49
Message-Id: aed8c7e3-f8a5-8dca-4293-c2172bbb900f@gmail.com
In Reply to: [gentoo-dev] News item v2: Python 3.7 to become the default target by "Michał Górny"
1 Am 21.04.20 um 07:56 schrieb Michał Górny:
2 > In order to improve stability of the upgrade, you may choose to
3 > temporarily enable both targets, i.e. set in /etc/portage/package.use
4 > or its equivalent:
5 >
6 > PYTHON_TARGETS: python3_6 python3_7
7 > PYTHON_SINGLE_TARGET: -* python3_6
8
9 if I put something like the above in /etc/portage/package.use/default I get:
10
11 $ emerge --info
12 --- Invalid atom in /etc/portage/package.use/default: PYTHON_TARGETS
13 --- Invalid atom in /etc/portage/package.use/default: PYTHON_SINGLE_TARGET
14
15 shouldn't it be something like the following?
16
17 */* PYTHON_TARGETS: python3_6 python3_7
18 */* PYTHON_SINGLE_TARGET: -* python3_6
19
20 /martin

Replies

Subject Author
Re: [gentoo-dev] News item v2: Python 3.7 to become the default target "Michał Górny" <mgorny@g.o>