diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-12 07:54:45 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-12 07:54:45 +0100 |
commit | dc931bcba5123b862c9cca6137a5dbe87e7ed720 (patch) | |
tree | a139622f9f51597c2dc8809c46874c373d54cba0 /profiles | |
parent | dev-python/deprecated: Bump to 1.2.7 (diff) | |
download | gentoo-dc931bcba5123b862c9cca6137a5dbe87e7ed720.tar.gz gentoo-dc931bcba5123b862c9cca6137a5dbe87e7ed720.tar.bz2 gentoo-dc931bcba5123b862c9cca6137a5dbe87e7ed720.zip |
profiles: Force python3_8 on python-exec
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/amd64/package.use.stable.mask | 2 | ||||
-rw-r--r-- | profiles/arch/x86/package.use.stable.mask | 2 | ||||
-rw-r--r-- | 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 <grknight@gentoo.org> (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 <asturm@gentoo.org> (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 <grknight@gentoo.org> (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 <asturm@gentoo.org> (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 |