diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-01-01 10:36:09 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-01-01 14:09:21 +0100 |
commit | 3b120860ecfa1e505775c1186033b785e163109a (patch) | |
tree | e83f5a227c2e1ced99d1c5d4e8f0b695da366a29 /profiles/base | |
parent | sci-calculators/units: Remove old (py3.6) (diff) | |
download | gentoo-3b120860ecfa1e505775c1186033b785e163109a.tar.gz gentoo-3b120860ecfa1e505775c1186033b785e163109a.tar.bz2 gentoo-3b120860ecfa1e505775c1186033b785e163109a.zip |
profiles/base: Mask python3_6 flags
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/use.mask | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/profiles/base/use.mask b/profiles/base/use.mask index d1f87ff265f7..827877fa3090 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 <mgorny@gentoo.org> (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 <aballier@gentoo.org> (2020-10-13) # Nothing depends on those ROS messages. dev-ros/geneus # is half broken in our setup where it looks for packages |