* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm/, profiles/arch/amd64/, profiles/arch/powerpc/ppc64/64ul/, ...
@ 2021-05-04 13:59 Michał Górny
0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2021-05-04 13:59 UTC (permalink / raw
To: gentoo-commits
commit: 4ebe532b50baba0e5b15cadef8e762611d65df5a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 4 13:23:18 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 4 13:58:51 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ebe532b
profiles: Add python-3.10 flags
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
profiles/arch/amd64/use.stable.mask | 6 ++++++
profiles/arch/arm/use.stable.mask | 6 ++++++
profiles/arch/arm64/use.stable.mask | 6 ++++++
profiles/arch/hppa/use.stable.mask | 6 ++++++
profiles/arch/powerpc/ppc32/use.stable.mask | 9 +++++++++
profiles/arch/powerpc/ppc64/64le/use.stable.mask | 6 ++++++
profiles/arch/powerpc/ppc64/64ul/use.stable.mask | 8 +++++++-
profiles/arch/powerpc/ppc64/use.stable.mask | 6 ++++++
profiles/arch/sparc/use.stable.mask | 6 ++++++
profiles/arch/x86/use.stable.mask | 6 ++++++
profiles/base/package.use.force | 1 +
profiles/desc/python_single_target.desc | 1 +
profiles/desc/python_targets.desc | 1 +
13 files changed, 67 insertions(+), 1 deletion(-)
diff --git a/profiles/arch/amd64/use.stable.mask b/profiles/arch/amd64/use.stable.mask
index ee9b21e49fe..8991e4f2f17 100644
--- a/profiles/arch/amd64/use.stable.mask
+++ b/profiles/arch/amd64/use.stable.mask
@@ -4,6 +4,12 @@
# 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> (2021-05-04)
+# Python 3.10 is not yet stable (and will not be until it's out of beta,
+# around September.
+python_single_target_python3_10
+python_targets_python3_10
+
# Michał Górny <mgorny@gentoo.org> (2021-01-07)
# Prebuilt kernel rebuilds are supported on stable yet.
dist-kernel
diff --git a/profiles/arch/arm/use.stable.mask b/profiles/arch/arm/use.stable.mask
index 540ee8241f6..f1751dec36f 100644
--- a/profiles/arch/arm/use.stable.mask
+++ b/profiles/arch/arm/use.stable.mask
@@ -4,6 +4,12 @@
# 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> (2021-05-04)
+# Python 3.10 is not yet stable (and will not be until it's out of beta,
+# around September.
+python_single_target_python3_10
+python_targets_python3_10
+
# Michał Górny <mgorny@gentoo.org> (2021-01-07)
# Prebuilt kernel rebuilds are supported on stable yet.
dist-kernel
diff --git a/profiles/arch/arm64/use.stable.mask b/profiles/arch/arm64/use.stable.mask
index 8ba26c22d2c..bb546ad7d53 100644
--- a/profiles/arch/arm64/use.stable.mask
+++ b/profiles/arch/arm64/use.stable.mask
@@ -4,6 +4,12 @@
# 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> (2021-05-04)
+# Python 3.10 is not yet stable (and will not be until it's out of beta,
+# around September.
+python_single_target_python3_10
+python_targets_python3_10
+
# Michał Górny <mgorny@gentoo.org> (2021-01-07)
# Prebuilt kernel rebuilds are supported on stable yet.
dist-kernel
diff --git a/profiles/arch/hppa/use.stable.mask b/profiles/arch/hppa/use.stable.mask
index fbe16f4d617..9114e7eb910 100644
--- a/profiles/arch/hppa/use.stable.mask
+++ b/profiles/arch/hppa/use.stable.mask
@@ -4,6 +4,12 @@
# 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> (2021-05-04)
+# Python 3.10 is not yet stable (and will not be until it's out of beta,
+# around September.
+python_single_target_python3_10
+python_targets_python3_10
+
# Rolf Eike Beer <eike@sf-mail.de> (2021-02-08)
# dev-lang/lua:5.2 not stable on hppa
lua_single_target_lua5-2
diff --git a/profiles/arch/powerpc/ppc32/use.stable.mask b/profiles/arch/powerpc/ppc32/use.stable.mask
index 4d7c469150b..408d42d9aa9 100644
--- a/profiles/arch/powerpc/ppc32/use.stable.mask
+++ b/profiles/arch/powerpc/ppc32/use.stable.mask
@@ -1,3 +1,12 @@
+# Copyright 2014-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Michał Górny <mgorny@gentoo.org> (2021-05-04)
+# Python 3.10 is not yet stable (and will not be until it's out of beta,
+# around September.
+python_single_target_python3_10
+python_targets_python3_10
+
# Andreas Sturmlechner <asturm@gentoo.org> (2020-08-13)
# media-gfx/gimp is not stable
gimp
diff --git a/profiles/arch/powerpc/ppc64/64le/use.stable.mask b/profiles/arch/powerpc/ppc64/64le/use.stable.mask
index 4efce43db19..f0718dbcb02 100644
--- a/profiles/arch/powerpc/ppc64/64le/use.stable.mask
+++ b/profiles/arch/powerpc/ppc64/64le/use.stable.mask
@@ -1,6 +1,12 @@
# Copyright 2019-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Michał Górny <mgorny@gentoo.org> (2021-05-04)
+# Python 3.10 is not yet stable (and will not be until it's out of beta,
+# around September.
+python_single_target_python3_10
+python_targets_python3_10
+
# Michał Górny <mgorny@gentoo.org> (2021-01-07)
# Prebuilt kernel rebuilds are supported on stable yet.
dist-kernel
diff --git a/profiles/arch/powerpc/ppc64/64ul/use.stable.mask b/profiles/arch/powerpc/ppc64/64ul/use.stable.mask
index 9bbcaee3616..9bf68847141 100644
--- a/profiles/arch/powerpc/ppc64/64ul/use.stable.mask
+++ b/profiles/arch/powerpc/ppc64/64ul/use.stable.mask
@@ -1,6 +1,12 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Michał Górny <mgorny@gentoo.org> (2021-05-04)
+# Python 3.10 is not yet stable (and will not be until it's out of beta,
+# around September.
+python_single_target_python3_10
+python_targets_python3_10
+
# Georgy Yakovlev <gyakovlev@gentoo.org> (2020-01-26)
# media-plugins/frei0r-plugins not stable yet
frei0r
diff --git a/profiles/arch/powerpc/ppc64/use.stable.mask b/profiles/arch/powerpc/ppc64/use.stable.mask
index ea76ca8f0f2..40076c2d987 100644
--- a/profiles/arch/powerpc/ppc64/use.stable.mask
+++ b/profiles/arch/powerpc/ppc64/use.stable.mask
@@ -3,3 +3,9 @@
# 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> (2021-05-04)
+# Python 3.10 is not yet stable (and will not be until it's out of beta,
+# around September.
+python_single_target_python3_10
+python_targets_python3_10
diff --git a/profiles/arch/sparc/use.stable.mask b/profiles/arch/sparc/use.stable.mask
index 95fbcad5300..651f15426c6 100644
--- a/profiles/arch/sparc/use.stable.mask
+++ b/profiles/arch/sparc/use.stable.mask
@@ -4,6 +4,12 @@
# 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> (2021-05-04)
+# Python 3.10 is not yet stable (and will not be until it's out of beta,
+# around September.
+python_single_target_python3_10
+python_targets_python3_10
+
# Sam James <sam@gentoo.org> (2021-04-27)
# Clang and friends aren't (yet?) stable on sparc
clang
diff --git a/profiles/arch/x86/use.stable.mask b/profiles/arch/x86/use.stable.mask
index 76cb48cac48..469e5f74c24 100644
--- a/profiles/arch/x86/use.stable.mask
+++ b/profiles/arch/x86/use.stable.mask
@@ -4,6 +4,12 @@
# 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> (2021-05-04)
+# Python 3.10 is not yet stable (and will not be until it's out of beta,
+# around September.
+python_single_target_python3_10
+python_targets_python3_10
+
# Michał Górny <mgorny@gentoo.org> (2021-01-07)
# Prebuilt kernel rebuilds are supported on stable yet.
dist-kernel
diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
index 1216929e842..8a42be2310b 100644
--- a/profiles/base/package.use.force
+++ b/profiles/base/package.use.force
@@ -180,6 +180,7 @@ app-shells/bash:0 readline
dev-lang/python-exec python_targets_python3_7
dev-lang/python-exec python_targets_python3_8
dev-lang/python-exec python_targets_python3_9
+dev-lang/python-exec python_targets_python3_10
dev-lang/python-exec python_targets_pypy3
# Zac Medico <zmedico@gentoo.org> (2010-10-20)
diff --git a/profiles/desc/python_single_target.desc b/profiles/desc/python_single_target.desc
index 1be4dd4001a..4e52300f9d8 100644
--- a/profiles/desc/python_single_target.desc
+++ b/profiles/desc/python_single_target.desc
@@ -6,4 +6,5 @@
python3_7 - Build for Python 3.7 only
python3_8 - Build for Python 3.8 only
python3_9 - Build for Python 3.9 only
+python3_10 - Build for Python 3.10 only
pypy3 - Build for PyPy3 only
diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc
index 66d152ff98c..6fd532d95a5 100644
--- a/profiles/desc/python_targets.desc
+++ b/profiles/desc/python_targets.desc
@@ -6,4 +6,5 @@
python3_7 - Build with Python 3.7
python3_8 - Build with Python 3.8
python3_9 - Build with Python 3.9
+python3_10 - Build with Python 3.9
pypy3 - Build with PyPy3
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2021-05-04 13:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-04 13:59 [gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm/, profiles/arch/amd64/, profiles/arch/powerpc/ppc64/64ul/, 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