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 A7F85138334 for ; Wed, 22 May 2019 13:57:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90E63E0899; Wed, 22 May 2019 13:57: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 73A73E0899 for ; Wed, 22 May 2019 13:57:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 BE09B344D8B for ; Wed, 22 May 2019 13:57:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3BA1A5DC for ; Wed, 22 May 2019 13:57:04 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1558533339.2aaea257b4caa0e59a9351b077413de1f1eba82a.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: 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 X-VCS-Directories: profiles/arch/amd64/ profiles/arch/x86/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 2aaea257b4caa0e59a9351b077413de1f1eba82a X-VCS-Branch: master Date: Wed, 22 May 2019 13:57: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: da84fc51-85eb-46db-8752-17d0741c903b X-Archives-Hash: 7814f8f80a3f62219fa03fc66290bbbc commit: 2aaea257b4caa0e59a9351b077413de1f1eba82a Author: Brian Evans gentoo org> AuthorDate: Wed May 22 13:55:39 2019 +0000 Commit: Brian Evans gentoo org> CommitDate: Wed May 22 13:55:39 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aaea257 profiles: package.use.stable.mask for dev-lang/python-exec Allow to always have python_targets_python3_7 active Signed-off-by: Brian Evans gentoo.org> profiles/arch/amd64/package.use.stable.mask | 5 +++++ profiles/arch/x86/package.use.stable.mask | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/profiles/arch/amd64/package.use.stable.mask b/profiles/arch/amd64/package.use.stable.mask index 4a3f2d13326..bd81080a4de 100644 --- a/profiles/arch/amd64/package.use.stable.mask +++ b/profiles/arch/amd64/package.use.stable.mask @@ -17,6 +17,11 @@ #--- END OF EXAMPLES --- +# Brian Evans (22 May 2019) +# Allow python-exec to install all targets +# Ack by mgorny +dev-lang/python-exec -python_targets_python3_7 + # Andreas Sturmlechner (21 May 2019) # dev-db/oracle-instantclient ain't stable dev-qt/qtsql oci8 diff --git a/profiles/arch/x86/package.use.stable.mask b/profiles/arch/x86/package.use.stable.mask index b53bfa7e6d2..612b857bfdd 100644 --- a/profiles/arch/x86/package.use.stable.mask +++ b/profiles/arch/x86/package.use.stable.mask @@ -17,6 +17,11 @@ #--- END OF EXAMPLES --- +# Brian Evans (22 May 2019) +# Allow python-exec to install all targets +# Ack by mgorny +dev-lang/python-exec -python_targets_python3_7 + # Andreas Sturmlechner (21 May 2019) # dev-db/oracle-instantclient ain't stable dev-qt/qtsql oci8