Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/ppc64/, profiles/arch/amd64/, profiles/arch/ia64/, ...
Date: Sun, 29 Oct 2017 01:48:26
Message-Id: 1509241611.ddb399aee120e98ef400c4e648ade22d01ba8474.floppym@gentoo
1 commit: ddb399aee120e98ef400c4e648ade22d01ba8474
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 29 01:46:51 2017 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 29 01:46:51 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddb399ae
7
8 profiles: drop python3_5 stable mask for amd64, ia64, ppc64, x86
9
10 Bug: https://bugs.gentoo.org/620940
11
12 profiles/arch/amd64/use.stable.mask | 2 --
13 profiles/arch/ia64/use.stable.mask | 2 --
14 profiles/arch/powerpc/ppc64/use.stable.mask | 2 --
15 profiles/arch/x86/use.stable.mask | 2 --
16 4 files changed, 8 deletions(-)
17
18 diff --git a/profiles/arch/amd64/use.stable.mask b/profiles/arch/amd64/use.stable.mask
19 index 1dd41148a63..ee4f220250d 100644
20 --- a/profiles/arch/amd64/use.stable.mask
21 +++ b/profiles/arch/amd64/use.stable.mask
22 @@ -8,8 +8,6 @@
23 # Mask python targets until dev-lang/python is stable.
24 python_single_target_python3_6
25 python_targets_python3_6
26 -python_single_target_python3_5
27 -python_targets_python3_5
28
29 # Michael Palimaka <kensington@g.o> (03 Jun 2017)
30 # Not yet stable.
31
32 diff --git a/profiles/arch/ia64/use.stable.mask b/profiles/arch/ia64/use.stable.mask
33 index f59d256f20c..35a65afb6d7 100644
34 --- a/profiles/arch/ia64/use.stable.mask
35 +++ b/profiles/arch/ia64/use.stable.mask
36 @@ -8,8 +8,6 @@
37 # Mask python targets until dev-lang/python is stable.
38 python_single_target_python3_6
39 python_targets_python3_6
40 -python_single_target_python3_5
41 -python_targets_python3_5
42
43 # Not stable
44 mkl
45
46 diff --git a/profiles/arch/powerpc/ppc64/use.stable.mask b/profiles/arch/powerpc/ppc64/use.stable.mask
47 index e125c42097c..2600691ce73 100644
48 --- a/profiles/arch/powerpc/ppc64/use.stable.mask
49 +++ b/profiles/arch/powerpc/ppc64/use.stable.mask
50 @@ -8,5 +8,3 @@
51 # Mask python targets until dev-lang/python is stable.
52 python_single_target_python3_6
53 python_targets_python3_6
54 -python_single_target_python3_5
55 -python_targets_python3_5
56
57 diff --git a/profiles/arch/x86/use.stable.mask b/profiles/arch/x86/use.stable.mask
58 index 1d784df37c6..6272cc05214 100644
59 --- a/profiles/arch/x86/use.stable.mask
60 +++ b/profiles/arch/x86/use.stable.mask
61 @@ -8,8 +8,6 @@
62 # Mask python targets until dev-lang/python is stable.
63 python_single_target_python3_6
64 python_targets_python3_6
65 -python_single_target_python3_5
66 -python_targets_python3_5
67
68 # Michael Palimaka <kensington@g.o> (03 Jun 2017)
69 # Not yet stable.