commit: f2a5927f8f0ba8e49018cf71662e5d3fe9c611cd Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Sat Mar 7 18:07:59 2020 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Sat Mar 7 18:26:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2a5927f
profiles: Unmask Python 3.7 targets from stable for ia64 Ack by mgorny on #gentoo-python Signed-off-by: Brian Evans <grknight <AT> gentoo.org> profiles/arch/ia64/use.stable.mask | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/profiles/arch/ia64/use.stable.mask b/profiles/arch/ia64/use.stable.mask index c7768a7961e..6ba9d69dbe1 100644 --- a/profiles/arch/ia64/use.stable.mask +++ b/profiles/arch/ia64/use.stable.mask @@ -9,9 +9,7 @@ ruby_targets_ruby25 # Mike Gilbert <[email protected]> (2017-06-08) -# dev-lang/python:3.7 is not stable. -python_targets_python3_7 -python_single_target_python3_7 +# dev-lang/python:3.8 is not stable. python_targets_python3_8 python_single_target_python3_8
