commit: ceff4d09445c6b6d80f934130fafe03e92077b7c Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Dec 30 17:59:37 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Dec 30 18:00:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ceff4d09
profiles/arch/powerpc/ppc64*: un-stable-mask python3_10 target Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/arch/powerpc/ppc64/64le/use.stable.mask | 6 ------ profiles/arch/powerpc/ppc64/64ul/use.stable.mask | 6 ------ profiles/arch/powerpc/ppc64/use.stable.mask | 6 ------ 3 files changed, 18 deletions(-) diff --git a/profiles/arch/powerpc/ppc64/64le/use.stable.mask b/profiles/arch/powerpc/ppc64/64le/use.stable.mask index ea967fc953b8..e724690f1eaf 100644 --- a/profiles/arch/powerpc/ppc64/64le/use.stable.mask +++ b/profiles/arch/powerpc/ppc64/64le/use.stable.mask @@ -5,9 +5,3 @@ # media-libs/openexr is not marked stable on ppc64 # (it's broken on BE and it's more convenient to keep it at ~arch here for now) openexr - -# Michał Górny <[email protected]> (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/powerpc/ppc64/64ul/use.stable.mask b/profiles/arch/powerpc/ppc64/64ul/use.stable.mask index 9bf68847141b..33785156beac 100644 --- a/profiles/arch/powerpc/ppc64/64ul/use.stable.mask +++ b/profiles/arch/powerpc/ppc64/64ul/use.stable.mask @@ -1,12 +1,6 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# Michał Górny <[email protected]> (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 <[email protected]> (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 013b344a472d..c6527e03781f 100644 --- a/profiles/arch/powerpc/ppc64/use.stable.mask +++ b/profiles/arch/powerpc/ppc64/use.stable.mask @@ -8,9 +8,3 @@ # media-libs/openexr is not marked stable on ppc64 # (it's broken on BE and it's more convenient to keep it at ~arch here for now) openexr - -# Michał Górny <[email protected]> (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
