From dc931bcba5123b862c9cca6137a5dbe87e7ed720 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 12 Nov 2019 07:54:45 +0100 Subject: [PATCH] profiles: Force python3_8 on python-exec MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- profiles/arch/amd64/package.use.stable.mask | 2 +- profiles/arch/x86/package.use.stable.mask | 2 +- profiles/base/package.use.force | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/profiles/arch/amd64/package.use.stable.mask b/profiles/arch/amd64/package.use.stable.mask index 75f10147f598..000ff03db337 100644 --- a/profiles/arch/amd64/package.use.stable.mask +++ b/profiles/arch/amd64/package.use.stable.mask @@ -38,7 +38,7 @@ x11-wm/mutter screencast # Brian Evans (2019-05-22) # Allow python-exec to install all targets # Ack by mgorny -dev-lang/python-exec -python_targets_python3_7 +dev-lang/python-exec -python_targets_python3_7 -python_targets_python3_8 # Andreas Sturmlechner (2019-05-21) # dev-db/oracle-instantclient ain't stable diff --git a/profiles/arch/x86/package.use.stable.mask b/profiles/arch/x86/package.use.stable.mask index af7a470457a6..78c8a76399d9 100644 --- a/profiles/arch/x86/package.use.stable.mask +++ b/profiles/arch/x86/package.use.stable.mask @@ -33,7 +33,7 @@ x11-wm/mutter screencast # Brian Evans (2019-05-22) # Allow python-exec to install all targets # Ack by mgorny -dev-lang/python-exec -python_targets_python3_7 +dev-lang/python-exec -python_targets_python3_7 -python_targets_python3_8 # Andreas Sturmlechner (2019-05-21) # dev-db/oracle-instantclient ain't stable diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index 01566e792686..2da9ae37b651 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -97,6 +97,7 @@ dev-lang/python-exec python_targets_python2_7 dev-lang/python-exec python_targets_python3_5 dev-lang/python-exec python_targets_python3_6 dev-lang/python-exec python_targets_python3_7 +dev-lang/python-exec python_targets_python3_8 dev-lang/python-exec python_targets_jython2_7 dev-lang/python-exec python_targets_pypy dev-lang/python-exec python_targets_pypy3 -- 2.26.2