summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-28 10:33:29 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-28 10:51:25 +0200
commit6a019e21b49b30968172bb4a58ee2bbaeca74b16 (patch)
treed647775b3d78b1f9ee1c668ed2829e181abc2cb4 /profiles/arch
parentapp-text/poppler: 0.89.0 version bump (diff)
downloadgentoo-6a019e21b49b30968172bb4a58ee2bbaeca74b16.tar.gz
gentoo-6a019e21b49b30968172bb4a58ee2bbaeca74b16.tar.bz2
gentoo-6a019e21b49b30968172bb4a58ee2bbaeca74b16.zip
profiles/arch: Move py3.8 masks into specific arches
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles/arch')
-rw-r--r--profiles/arch/alpha/use.mask5
-rw-r--r--profiles/arch/arm/use.mask5
-rw-r--r--profiles/arch/arm64/use.mask5
-rw-r--r--profiles/arch/base/use.mask6
-rw-r--r--profiles/arch/hppa/use.mask5
-rw-r--r--profiles/arch/ia64/use.mask5
-rw-r--r--profiles/arch/powerpc/use.mask5
-rw-r--r--profiles/arch/sparc/use.mask5
-rw-r--r--profiles/arch/x86/use.mask5
9 files changed, 40 insertions, 6 deletions
diff --git a/profiles/arch/alpha/use.mask b/profiles/arch/alpha/use.mask
index 0f323575fc79..ff4fdc28f4ea 100644
--- a/profiles/arch/alpha/use.mask
+++ b/profiles/arch/alpha/use.mask
@@ -5,6 +5,11 @@
-alpha
# Michał Górny <mgorny@gentoo.org> (2020-05-28)
+# Moving from arch/base.
+python_targets_python3_8
+python_single_target_python3_8
+
+# Michał Górny <mgorny@gentoo.org> (2020-05-28)
# Unmask once alpha is FINALLY done with bug #719700.
python_targets_python3_9
diff --git a/profiles/arch/arm/use.mask b/profiles/arch/arm/use.mask
index f1ca2ace6adf..215c0cae19b8 100644
--- a/profiles/arch/arm/use.mask
+++ b/profiles/arch/arm/use.mask
@@ -5,6 +5,11 @@
-arm
# Michał Górny <mgorny@gentoo.org> (2020-05-28)
+# Moving from arch/base.
+python_targets_python3_8
+python_single_target_python3_8
+
+# Michał Górny <mgorny@gentoo.org> (2020-05-28)
# Unmask once arm is FINALLY done with bug #719700.
python_targets_python3_9
diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask
index 10da48a78907..a304c47fae5b 100644
--- a/profiles/arch/arm64/use.mask
+++ b/profiles/arch/arm64/use.mask
@@ -5,6 +5,11 @@
-arm64
# Michał Górny <mgorny@gentoo.org> (2020-05-28)
+# Moving from arch/base.
+python_targets_python3_8
+python_single_target_python3_8
+
+# Michał Górny <mgorny@gentoo.org> (2020-05-28)
# Unmask once arm64 is FINALLY done with bug #719700.
python_targets_python3_9
diff --git a/profiles/arch/base/use.mask b/profiles/arch/base/use.mask
index d3554cf8a7ec..cd30696d3a09 100644
--- a/profiles/arch/base/use.mask
+++ b/profiles/arch/base/use.mask
@@ -1,12 +1,6 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-# Michał Górny <mgorny@gentoo.org> (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 <whissi@gentoo.org> (2019-11-11)
# James Le Cuirot <chewi@gentoo.org> (2017-06-29)
# Forced and masked by default. Unmask where necessary.
diff --git a/profiles/arch/hppa/use.mask b/profiles/arch/hppa/use.mask
index 846f27abe3cc..f9206cfa08b2 100644
--- a/profiles/arch/hppa/use.mask
+++ b/profiles/arch/hppa/use.mask
@@ -7,6 +7,11 @@
# NOTE: When masking a USE flag due to missing keywords, please file a keyword
# request bug for the hppa arch.
+# Michał Górny <mgorny@gentoo.org> (2020-05-28)
+# Moving from arch/base.
+python_targets_python3_8
+python_single_target_python3_8
+
# Michał Górny <mgorny@gentoo.org> (2020-05-26)
# Unmask once hppa is FINALLY done with bug #700940.
python_targets_python3_9
diff --git a/profiles/arch/ia64/use.mask b/profiles/arch/ia64/use.mask
index d42a7c293abf..b509d60203ff 100644
--- a/profiles/arch/ia64/use.mask
+++ b/profiles/arch/ia64/use.mask
@@ -5,6 +5,11 @@
-ia64
# Michał Górny <mgorny@gentoo.org> (2020-05-28)
+# Moving from arch/base.
+python_targets_python3_8
+python_single_target_python3_8
+
+# Michał Górny <mgorny@gentoo.org> (2020-05-28)
# Unmask once alpha is FINALLY done with bug #719700.
python_targets_python3_9
diff --git a/profiles/arch/powerpc/use.mask b/profiles/arch/powerpc/use.mask
index f4c5b7743dfb..4d6663301434 100644
--- a/profiles/arch/powerpc/use.mask
+++ b/profiles/arch/powerpc/use.mask
@@ -4,6 +4,11 @@
# PPC Specific use flags
#
+# Michał Górny <mgorny@gentoo.org> (2020-05-28)
+# Moving from arch/base.
+python_targets_python3_8
+python_single_target_python3_8
+
# Michał Górny <mgorny@gentoo.org> (2020-05-25)
# Unmask once PPC* is FINALLY done with bug #703174.
python_targets_python3_9
diff --git a/profiles/arch/sparc/use.mask b/profiles/arch/sparc/use.mask
index 01f000846f7a..e098b539e39b 100644
--- a/profiles/arch/sparc/use.mask
+++ b/profiles/arch/sparc/use.mask
@@ -4,6 +4,11 @@
# Unmask the flag which corresponds to ARCH.
-sparc
+# Michał Górny <mgorny@gentoo.org> (2020-05-28)
+# Moving from arch/base.
+python_targets_python3_8
+python_single_target_python3_8
+
# Michał Górny <mgorny@gentoo.org> (2020-05-25)
# Unmask once SPARC is FINALLY done with bug #707350.
python_targets_python3_9
diff --git a/profiles/arch/x86/use.mask b/profiles/arch/x86/use.mask
index b651578b7fff..088b7081343f 100644
--- a/profiles/arch/x86/use.mask
+++ b/profiles/arch/x86/use.mask
@@ -5,6 +5,11 @@
-x86
# Michał Górny <mgorny@gentoo.org> (2020-05-28)
+# Moving from arch/base.
+python_targets_python3_8
+python_single_target_python3_8
+
+# Michał Górny <mgorny@gentoo.org> (2020-05-28)
# Unmask once alpha is FINALLY done with bug #700194.
python_targets_python3_9