diff options
-rw-r--r-- | profiles/arch/alpha/use.stable.mask | 2 | ||||
-rw-r--r-- | profiles/arch/amd64/use.stable.mask | 2 | ||||
-rw-r--r-- | profiles/arch/arm/use.stable.mask | 2 | ||||
-rw-r--r-- | profiles/arch/arm64/use.stable.mask | 2 | ||||
-rw-r--r-- | profiles/arch/ia64/use.stable.mask | 2 | ||||
-rw-r--r-- | profiles/arch/powerpc/ppc32/use.stable.mask | 2 | ||||
-rw-r--r-- | profiles/arch/powerpc/ppc64/use.stable.mask | 2 | ||||
-rw-r--r-- | profiles/arch/sparc/use.stable.mask | 2 | ||||
-rw-r--r-- | profiles/arch/x86/use.stable.mask | 2 |
9 files changed, 18 insertions, 0 deletions
diff --git a/profiles/arch/alpha/use.stable.mask b/profiles/arch/alpha/use.stable.mask index e384e174cd97..8cdd1ddda1ef 100644 --- a/profiles/arch/alpha/use.stable.mask +++ b/profiles/arch/alpha/use.stable.mask @@ -20,6 +20,8 @@ elogind # dev-lang/python:3.7 is not stable. python_targets_python3_7 python_single_target_python3_7 +python_targets_python3_8 +python_single_target_python3_8 # Tobias Klausmann <klausman@gentoo.org> (2016-03-17) # Webkit itself is enormous (~13h compile+test on our fastest dev machine), so diff --git a/profiles/arch/amd64/use.stable.mask b/profiles/arch/amd64/use.stable.mask index b2065471711a..73caf594a8a0 100644 --- a/profiles/arch/amd64/use.stable.mask +++ b/profiles/arch/amd64/use.stable.mask @@ -12,6 +12,8 @@ audacious # dev-lang/python:3.7 is not stable. python_targets_python3_7 python_single_target_python3_7 +python_targets_python3_8 +python_single_target_python3_8 # Andreas K. Hüttel <dilfridge@gentoo.org> (2017-05-26) # dev-db/firebird is keyworded ~amd64 diff --git a/profiles/arch/arm/use.stable.mask b/profiles/arch/arm/use.stable.mask index 6f5daaad02d2..2ca8927f490b 100644 --- a/profiles/arch/arm/use.stable.mask +++ b/profiles/arch/arm/use.stable.mask @@ -16,6 +16,8 @@ php_targets_php7-3 # dev-lang/python:3.7 is not stable. python_targets_python3_7 python_single_target_python3_7 +python_targets_python3_8 +python_single_target_python3_8 # Andrey Grozin <grozin@gentoo.org> (2014-05-16) # No stable gcl diff --git a/profiles/arch/arm64/use.stable.mask b/profiles/arch/arm64/use.stable.mask index f72c702f6298..10623ef35699 100644 --- a/profiles/arch/arm64/use.stable.mask +++ b/profiles/arch/arm64/use.stable.mask @@ -24,6 +24,8 @@ fltk # dev-lang/python:3.7 is not stable. python_targets_python3_7 python_single_target_python3_7 +python_targets_python3_8 +python_single_target_python3_8 # Michał Górny <mgorny@gentoo.org> (2018-02-19) # dev-lang/tk is not stable here. diff --git a/profiles/arch/ia64/use.stable.mask b/profiles/arch/ia64/use.stable.mask index 6bfa9aaa1864..b7d8d4fd466a 100644 --- a/profiles/arch/ia64/use.stable.mask +++ b/profiles/arch/ia64/use.stable.mask @@ -16,6 +16,8 @@ elogind # dev-lang/python:3.7 is not stable. python_targets_python3_7 python_single_target_python3_7 +python_targets_python3_8 +python_single_target_python3_8 # Not stable mkl diff --git a/profiles/arch/powerpc/ppc32/use.stable.mask b/profiles/arch/powerpc/ppc32/use.stable.mask index 329a3eb6614d..91afa685e219 100644 --- a/profiles/arch/powerpc/ppc32/use.stable.mask +++ b/profiles/arch/powerpc/ppc32/use.stable.mask @@ -6,6 +6,8 @@ ruby_targets_ruby25 # dev-lang/python:3.7 is not stable. python_targets_python3_7 python_single_target_python3_7 +python_targets_python3_8 +python_single_target_python3_8 # Mikle Kolyada <zlogene@gentoo.org> (2018-04-24) # no stable net-misc/aria2 on ppc diff --git a/profiles/arch/powerpc/ppc64/use.stable.mask b/profiles/arch/powerpc/ppc64/use.stable.mask index 6f2bbeb4eb7e..b7ccca540d15 100644 --- a/profiles/arch/powerpc/ppc64/use.stable.mask +++ b/profiles/arch/powerpc/ppc64/use.stable.mask @@ -12,3 +12,5 @@ ruby_targets_ruby25 # dev-lang/python:3.7 is not stable. python_targets_python3_7 python_single_target_python3_7 +python_targets_python3_8 +python_single_target_python3_8 diff --git a/profiles/arch/sparc/use.stable.mask b/profiles/arch/sparc/use.stable.mask index e5aaf9470aa2..3b398dd02981 100644 --- a/profiles/arch/sparc/use.stable.mask +++ b/profiles/arch/sparc/use.stable.mask @@ -23,6 +23,8 @@ clamav # dev-lang/python:3.7 is not stable. python_targets_python3_7 python_single_target_python3_7 +python_targets_python3_8 +python_single_target_python3_8 # Andrey Grozin <grozin@gentoo.org> (2014-06-25) # no stable version on sparc diff --git a/profiles/arch/x86/use.stable.mask b/profiles/arch/x86/use.stable.mask index c30ac38e05bc..34f40c9d518a 100644 --- a/profiles/arch/x86/use.stable.mask +++ b/profiles/arch/x86/use.stable.mask @@ -12,6 +12,8 @@ audacious # dev-lang/python:3.7 is not stable. python_targets_python3_7 python_single_target_python3_7 +python_targets_python3_8 +python_single_target_python3_8 # Andreas K. Hüttel <dilfridge@gentoo.org> (2017-05-26) # dev-db/firebird is keyworded ~x86 |