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 88241138359 for ; Sun, 20 Sep 2020 18:48:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD535E0917; Sun, 20 Sep 2020 18:48:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 9F84EE0917 for ; Sun, 20 Sep 2020 18:48:26 +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 B35AE340E30 for ; Sun, 20 Sep 2020 18:48:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3840D2EE for ; Sun, 20 Sep 2020 18:48:22 +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: <1600627699.21a9a9841413a4480106584a25c764cb90060d41.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.stable.mask X-VCS-Directories: profiles/base/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 21a9a9841413a4480106584a25c764cb90060d41 X-VCS-Branch: master Date: Sun, 20 Sep 2020 18:48:22 +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: 8aabe7d5-1375-4366-9b3f-d2365a0c65c9 X-Archives-Hash: f4af0ce145accc617276c0757d7ac8f8 commit: 21a9a9841413a4480106584a25c764cb90060d41 Author: Michał Górny gentoo org> AuthorDate: Sun Sep 20 18:47:59 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Sep 20 18:48:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21a9a984 profiles/base: Un-stable-mask py3.9 on python-exec Signed-off-by: Michał Górny gentoo.org> profiles/base/package.use.stable.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask index dbf8fed5b0f..22ae9f59c51 100644 --- a/profiles/base/package.use.stable.mask +++ b/profiles/base/package.use.stable.mask @@ -4,6 +4,10 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in package.use.mask +# Michał Górny (2020-09-20) +# Always build python-exec with all the targets. +dev-lang/python-exec -python_targets_python3_9 + # Georgy Yakovlev (2020-09-18) # openjfx:8 will never be stabilized dev-java/openjdk:8 javafx