commit: ddb399aee120e98ef400c4e648ade22d01ba8474 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sun Oct 29 01:46:51 2017 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sun Oct 29 01:46:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddb399ae
profiles: drop python3_5 stable mask for amd64, ia64, ppc64, x86 Bug: https://bugs.gentoo.org/620940 profiles/arch/amd64/use.stable.mask | 2 -- profiles/arch/ia64/use.stable.mask | 2 -- profiles/arch/powerpc/ppc64/use.stable.mask | 2 -- profiles/arch/x86/use.stable.mask | 2 -- 4 files changed, 8 deletions(-) diff --git a/profiles/arch/amd64/use.stable.mask b/profiles/arch/amd64/use.stable.mask index 1dd41148a63..ee4f220250d 100644 --- a/profiles/arch/amd64/use.stable.mask +++ b/profiles/arch/amd64/use.stable.mask @@ -8,8 +8,6 @@ # Mask python targets until dev-lang/python is stable. python_single_target_python3_6 python_targets_python3_6 -python_single_target_python3_5 -python_targets_python3_5 # Michael Palimaka <[email protected]> (03 Jun 2017) # Not yet stable. diff --git a/profiles/arch/ia64/use.stable.mask b/profiles/arch/ia64/use.stable.mask index f59d256f20c..35a65afb6d7 100644 --- a/profiles/arch/ia64/use.stable.mask +++ b/profiles/arch/ia64/use.stable.mask @@ -8,8 +8,6 @@ # Mask python targets until dev-lang/python is stable. python_single_target_python3_6 python_targets_python3_6 -python_single_target_python3_5 -python_targets_python3_5 # Not stable mkl diff --git a/profiles/arch/powerpc/ppc64/use.stable.mask b/profiles/arch/powerpc/ppc64/use.stable.mask index e125c42097c..2600691ce73 100644 --- a/profiles/arch/powerpc/ppc64/use.stable.mask +++ b/profiles/arch/powerpc/ppc64/use.stable.mask @@ -8,5 +8,3 @@ # Mask python targets until dev-lang/python is stable. python_single_target_python3_6 python_targets_python3_6 -python_single_target_python3_5 -python_targets_python3_5 diff --git a/profiles/arch/x86/use.stable.mask b/profiles/arch/x86/use.stable.mask index 1d784df37c6..6272cc05214 100644 --- a/profiles/arch/x86/use.stable.mask +++ b/profiles/arch/x86/use.stable.mask @@ -8,8 +8,6 @@ # Mask python targets until dev-lang/python is stable. python_single_target_python3_6 python_targets_python3_6 -python_single_target_python3_5 -python_targets_python3_5 # Michael Palimaka <[email protected]> (03 Jun 2017) # Not yet stable.
