* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/ia64/, profiles/arch/powerpc/, profiles/arch/arm64/, ...
@ 2020-05-28 8:51 Michał Górny
0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2020-05-28 8:51 UTC (permalink / raw
To: gentoo-commits
commit: 6a019e21b49b30968172bb4a58ee2bbaeca74b16
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 28 08:33:29 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 28 08:51:25 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a019e21
profiles/arch: Move py3.8 masks into specific arches
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
profiles/arch/alpha/use.mask | 5 +++++
profiles/arch/arm/use.mask | 5 +++++
profiles/arch/arm64/use.mask | 5 +++++
profiles/arch/base/use.mask | 6 ------
profiles/arch/hppa/use.mask | 5 +++++
profiles/arch/ia64/use.mask | 5 +++++
profiles/arch/powerpc/use.mask | 5 +++++
profiles/arch/sparc/use.mask | 5 +++++
profiles/arch/x86/use.mask | 5 +++++
9 files changed, 40 insertions(+), 6 deletions(-)
diff --git a/profiles/arch/alpha/use.mask b/profiles/arch/alpha/use.mask
index 0f323575fc7..ff4fdc28f4e 100644
--- a/profiles/arch/alpha/use.mask
+++ b/profiles/arch/alpha/use.mask
@@ -4,6 +4,11 @@
# Unmask the flag which corresponds to ARCH.
-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 f1ca2ace6ad..215c0cae19b 100644
--- a/profiles/arch/arm/use.mask
+++ b/profiles/arch/arm/use.mask
@@ -4,6 +4,11 @@
# Unmask the flag which corresponds to ARCH.
-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 10da48a7890..a304c47fae5 100644
--- a/profiles/arch/arm64/use.mask
+++ b/profiles/arch/arm64/use.mask
@@ -4,6 +4,11 @@
# Unmask the flag which corresponds to ARCH.
-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 d3554cf8a7e..cd30696d3a0 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 846f27abe3c..f9206cfa08b 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 d42a7c293ab..b509d60203f 100644
--- a/profiles/arch/ia64/use.mask
+++ b/profiles/arch/ia64/use.mask
@@ -4,6 +4,11 @@
# Unmask the flag which corresponds to ARCH.
-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 f4c5b7743df..4d666330143 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 01f000846f7..e098b539e39 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 b651578b7ff..088b7081343 100644
--- a/profiles/arch/x86/use.mask
+++ b/profiles/arch/x86/use.mask
@@ -4,6 +4,11 @@
# Unmask the flag which corresponds to ARCH.
-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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-05-28 8:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-28 8:51 [gentoo-commits] repo/gentoo:master commit in: profiles/arch/ia64/, profiles/arch/powerpc/, profiles/arch/arm64/, Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox