commit: a0da876be3e97de047f9bc94470645c97732c616 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Sep 15 13:05:53 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Sep 15 13:05:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0da876b
profiles/base: Default-enable targets on dev-python/python-tests Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/base/package.use | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/profiles/base/package.use b/profiles/base/package.use index cf646b56fb24..6a55f366e30f 100644 --- a/profiles/base/package.use +++ b/profiles/base/package.use @@ -1,6 +1,14 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <[email protected]> (2024-09-15) +# Each flag is used by exactly one version, so let's default-enable +# them all to make tattoo not fail on almost everything. +dev-python/python-tests:3.10 python_targets_python3_10 +dev-python/python-tests:3.11 python_targets_python3_11 +dev-python/python-tests:3.12 python_targets_python3_12 +dev-python/python-tests:3.13 python_targets_python3_13 + # Arthur Zamarin <[email protected]> (2024-03-23) # Used by pkgcheck, so let's make it easier for all developers to install it >=dev-libs/tree-sitter-bash-0.21.0 python
