commit: 6022469cb0581b74a64b574115b1ef0c2cc8de19 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Oct 26 11:49:19 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Oct 26 11:50:55 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6022469c
profiles/base: Un-stable-mask python3_13 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 2f013f1f828c..02b9f1e3049f 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]> (2024-10-26) +# Unblock the support in python-exec while the target is masked. +dev-lang/python-exec -python_targets_python3_13 + # Volkmar W. Pogatzki <[email protected]> (2024-10-11) # No suitable version of dev-libs/protobuf available. =dev-java/protobuf-java-4.28.1 system-protoc
