commit: dc931bcba5123b862c9cca6137a5dbe87e7ed720 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Nov 12 06:54:45 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Nov 12 06:54:45 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc931bcb
profiles: Force python3_8 on python-exec Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> 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 75f10147f59..000ff03db33 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 <[email protected]> (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 <[email protected]> (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 af7a470457a..78c8a76399d 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 <[email protected]> (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 <[email protected]> (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 01566e79268..2da9ae37b65 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
