commit: 3b120860ecfa1e505775c1186033b785e163109a Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Jan 1 09:36:09 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Jan 1 13:09:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b120860
profiles/base: Mask python3_6 flags Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/base/use.mask | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/profiles/base/use.mask b/profiles/base/use.mask index d1f87ff265f..827877fa309 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -1,10 +1,18 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Michał Górny <[email protected]> (2021-01-01) +# The support for python3.6 target in Gentoo is discontinued. +# The flags are masked to permit removal of the last backport packages. +# Once they're gone, the eclass support will be disabled and the flags +# removed. +python_targets_python3_6 +python_single_target_python3_6 + # Alexis Ballier <[email protected]> (2020-10-13) # Nothing depends on those ROS messages. dev-ros/geneus # is half broken in our setup where it looks for packages
