From 005778bece31adf471a433ab038b13282e0747e2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 13 Nov 2019 22:10:42 +0100 Subject: [PATCH] profiles/arch: Mask python3_8 on non-amd64 due to missing keywords MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- profiles/arch/amd64/use.mask | 5 +++++ profiles/arch/base/package.use.mask | 1 - profiles/arch/base/use.mask | 7 +++++++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/profiles/arch/amd64/use.mask b/profiles/arch/amd64/use.mask index dbf7ef7ae3d5..e6eea8b8e4f9 100644 --- a/profiles/arch/amd64/use.mask +++ b/profiles/arch/amd64/use.mask @@ -6,6 +6,11 @@ # SECTION: Unmask +# Michał Górny (2019-11-13) +# Python 3.8 has reasonably keyworded packages here. +-python_targets_python3_8 +-python_single_target_python3_8 + # Andreas Sturmlechner (2018-11-17) # media-sound/audacious is keyworded on amd64 -audacious diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index 14c0288d6555..5d31f0daff2a 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -1,7 +1,6 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# Thomas Deutschmann (2019-11-11) # dev-python/pandas is only keyworded for amd64 & x86 sys-block/fio gnuplot diff --git a/profiles/arch/base/use.mask b/profiles/arch/base/use.mask index a3646664b546..4a46bc011556 100644 --- a/profiles/arch/base/use.mask +++ b/profiles/arch/base/use.mask @@ -1,6 +1,13 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny (2019-11-13) +# Python 3.8 is masked on the majority of arches because we failed +# at keywording new versions of packages. +python_targets_python3_8 +python_single_target_python3_8 + +# Thomas Deutschmann (2019-11-11) # James Le Cuirot (2017-06-29) # Forced and masked by default. Unmask where necessary. big-endian -- 2.26.2