Am 21.04.20 um 07:56 schrieb Michał Górny:
> In order to improve stability of the upgrade, you may choose to
> temporarily enable both targets, i.e. set in /etc/portage/package.use
> or its equivalent:
> 
>     PYTHON_TARGETS: python3_6 python3_7
>     PYTHON_SINGLE_TARGET: -* python3_6

if I put something like the above in /etc/portage/package.use/default I get:

$ emerge --info
--- Invalid atom in /etc/portage/package.use/default: PYTHON_TARGETS
--- Invalid atom in /etc/portage/package.use/default: PYTHON_SINGLE_TARGET

shouldn't it be something like the following?

*/* PYTHON_TARGETS: python3_6 python3_7
*/* PYTHON_SINGLE_TARGET: -* python3_6

/martin

Reply via email to