commit: 21a9a9841413a4480106584a25c764cb90060d41 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Sep 20 18:47:59 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Sep 20 18:48:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21a9a984
profiles/base: Un-stable-mask py3.9 on python-exec Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/base/package.use.stable.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask index dbf8fed5b0f..22ae9f59c51 100644 --- a/profiles/base/package.use.stable.mask +++ b/profiles/base/package.use.stable.mask @@ -4,6 +4,10 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in package.use.mask +# Michał Górny <[email protected]> (2020-09-20) +# Always build python-exec with all the targets. +dev-lang/python-exec -python_targets_python3_9 + # Georgy Yakovlev <[email protected]> (2020-09-18) # openjfx:8 will never be stabilized dev-java/openjdk:8 javafx
