From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D953B13997D for ; Tue, 12 Nov 2019 06:55:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0BAAE08DA; Tue, 12 Nov 2019 06:55:07 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ADB87E08DA for ; Tue, 12 Nov 2019 06:55:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8AB3034CB8E for ; Tue, 12 Nov 2019 06:55:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 466B1824 for ; Tue, 12 Nov 2019 06:55:04 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1573541685.dc931bcba5123b862c9cca6137a5dbe87e7ed720.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/arch/x86/, profiles/arch/amd64/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/amd64/package.use.stable.mask profiles/arch/x86/package.use.stable.mask profiles/base/package.use.force X-VCS-Directories: profiles/arch/x86/ profiles/base/ profiles/arch/amd64/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: dc931bcba5123b862c9cca6137a5dbe87e7ed720 X-VCS-Branch: master Date: Tue, 12 Nov 2019 06:55:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c2fb20d7-d8c5-4f61-bcc4-ad8c00b529d0 X-Archives-Hash: f4f8304be54263982afec5b7e0a1bfce commit: dc931bcba5123b862c9cca6137a5dbe87e7ed720 Author: Michał Górny gentoo org> AuthorDate: Tue Nov 12 06:54:45 2019 +0000 Commit: Michał Górny gentoo 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 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 (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 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 (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 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