* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/sparc/, profiles/arch/powerpc/, profiles/arch/x86/, ...
@ 2020-11-08 12:37 Sam James
0 siblings, 0 replies; only message in thread
From: Sam James @ 2020-11-08 12:37 UTC (permalink / raw
To: gentoo-commits
commit: c450528f57aa8c33a252eade3419398d1f935430
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 8 00:39:26 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov 8 12:37:12 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c450528f
profiles: move Python 3.9 target masks to arches
This will make unmasking per-arch easier (inc. for CI testing).
Signed-off-by: Sam James <sam <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/18181
Signed-off-by: Sam James <sam <AT> gentoo.org>
profiles/arch/amd64/use.stable.mask | 5 +++++
profiles/arch/arm/use.stable.mask | 5 +++++
profiles/arch/arm64/use.stable.mask | 5 +++++
profiles/arch/hppa/use.stable.mask | 5 +++++
profiles/arch/powerpc/use.stable.mask | 5 +++++
profiles/arch/sparc/use.stable.mask | 5 +++++
profiles/arch/x86/use.stable.mask | 5 +++++
profiles/base/use.stable.mask | 5 -----
8 files changed, 35 insertions(+), 5 deletions(-)
diff --git a/profiles/arch/amd64/use.stable.mask b/profiles/arch/amd64/use.stable.mask
index d2d7f36c1b2..fa79623edae 100644
--- a/profiles/arch/amd64/use.stable.mask
+++ b/profiles/arch/amd64/use.stable.mask
@@ -4,6 +4,11 @@
# This file requires eapi 5 or later. New entries go on top.
# Please use the same syntax as in use.mask
+# Sam James <sam@gentoo.org> (2020-11-08)
+# Python 3.9 is not yet stable.
+python_targets_python3_9
+python_single_target_python3_9
+
# Andreas Sturmlechner <asturm@gentoo.org> (2020-06-06)
# sci-libs/mkl is not stable, needs online registration to even run pkg_setup
mkl
diff --git a/profiles/arch/arm/use.stable.mask b/profiles/arch/arm/use.stable.mask
index 99742e43766..c12fe6c70a8 100644
--- a/profiles/arch/arm/use.stable.mask
+++ b/profiles/arch/arm/use.stable.mask
@@ -9,6 +9,11 @@
lirc
upnp
+# Michał Górny <mgorny@gentoo.org> (2020-11-08)
+# Python 3.9 is not yet stable.
+python_targets_python3_9
+python_single_target_python3_9
+
# Sam James <sam@gentoo.org> (2020-11-06)
# Java is not stable on arm right now.
# bug #709830
diff --git a/profiles/arch/arm64/use.stable.mask b/profiles/arch/arm64/use.stable.mask
index 7e068d40591..b1ded76503e 100644
--- a/profiles/arch/arm64/use.stable.mask
+++ b/profiles/arch/arm64/use.stable.mask
@@ -4,6 +4,11 @@
# This file requires eapi 5 or later. New entries go on top.
# Please use the same syntax as in use.mask
+# Sam James <sam@gentoo.org> (2020-11-08)
+# Python 3.9 is not yet stable.
+python_targets_python3_9
+python_single_target_python3_9
+
# Sam James <sam@gentoo.org> (2020-10-08)
# Not enough packages stable w/ PyPy3 support
python_targets_pypy3
diff --git a/profiles/arch/hppa/use.stable.mask b/profiles/arch/hppa/use.stable.mask
index 6dfe8dbaef6..3ffab538940 100644
--- a/profiles/arch/hppa/use.stable.mask
+++ b/profiles/arch/hppa/use.stable.mask
@@ -4,6 +4,11 @@
# This file requires eapi 5 or later. New entries go on top.
# Please use the same syntax as in use.mask
+# Sam James <sam@gentoo.org> (2020-11-08)
+# Python 3.9 is not yet stable.
+python_targets_python3_9
+python_single_target_python3_9
+
# Michał Górny <mgorny@gentoo.org> (2020-06-18)
# Not ready for stable yet.
python_targets_python3_8
diff --git a/profiles/arch/powerpc/use.stable.mask b/profiles/arch/powerpc/use.stable.mask
index aff9695694f..f7d0a795636 100644
--- a/profiles/arch/powerpc/use.stable.mask
+++ b/profiles/arch/powerpc/use.stable.mask
@@ -4,6 +4,11 @@
# This file requires eapi 5 or later. New entries go on top.
# Please use the same syntax as in use.mask
+# Michał Górny <mgorny@gentoo.org> (2020-11-08)
+# Python 3.9 is not yet stable.
+python_targets_python3_9
+python_single_target_python3_9
+
# Matt Turner <mattst88@gentoo.org> (2018-04-25)
# Dropped stable keywords
octave
diff --git a/profiles/arch/sparc/use.stable.mask b/profiles/arch/sparc/use.stable.mask
index af76053d3be..e667f500332 100644
--- a/profiles/arch/sparc/use.stable.mask
+++ b/profiles/arch/sparc/use.stable.mask
@@ -4,6 +4,11 @@
# This file requires eapi 5 or later. New entries go on top.
# Please use the same syntax as in use.mask
+# Sam James <sam@gentoo.org> (2020-11-08)
+# Python 3.9 is not yet stable.
+python_targets_python3_9
+python_single_target_python3_9
+
# Rolf Eike Beer <eike@sf-mail.de> (2020-04-14)
# media-libs/gstreamer is not stable for sparc
gstreamer
diff --git a/profiles/arch/x86/use.stable.mask b/profiles/arch/x86/use.stable.mask
index b0ff96b03f1..29195440505 100644
--- a/profiles/arch/x86/use.stable.mask
+++ b/profiles/arch/x86/use.stable.mask
@@ -4,6 +4,11 @@
# This file requires eapi 5 or later. New entries go on top.
# Please use the same syntax as in use.mask
+# Sam James <sam@gentoo.org> (2020-11-08)
+# Python 3.9 is not yet stable.
+python_targets_python3_9
+python_single_target_python3_9
+
# Andreas Sturmlechner <asturm@gentoo.org> (2020-06-06)
# sci-libs/mkl is not stable, needs online registration to even run pkg_setup
mkl
diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask
index ac34603f8ed..be1ec99403a 100644
--- a/profiles/base/use.stable.mask
+++ b/profiles/base/use.stable.mask
@@ -4,11 +4,6 @@
# This file requires eapi 5 or later. New entries go on top.
# Please use the same syntax as in use.mask
-# Michał Górny <mgorny@gentoo.org> (2020-05-25)
-# Python 3.9 is not yet stable.
-python_targets_python3_9
-python_single_target_python3_9
-
# Sergei Trofimovich <slyfox@gentoo.org> (2020-04-13)
# dev-vcs/darcs (dev-lang/ghc) has no stable keywords.
darcs
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-11-08 12:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-08 12:37 [gentoo-commits] repo/gentoo:master commit in: profiles/arch/sparc/, profiles/arch/powerpc/, profiles/arch/x86/, Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox