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 B3D64138350 for ; Wed, 25 Mar 2020 15:02:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2410E0ADB; Wed, 25 Mar 2020 15:02:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 D91E5E0ADB for ; Wed, 25 Mar 2020 15:02:21 +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 4D58834F8D5 for ; Wed, 25 Mar 2020 15:02:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F05E0187 for ; Wed, 25 Mar 2020 15:02:17 +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: <1585148532.5de73365776b809ee9130c932ebb121c5db5f4e6.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/alpha/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/alpha/use.mask profiles/arch/alpha/use.stable.mask X-VCS-Directories: profiles/arch/alpha/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 5de73365776b809ee9130c932ebb121c5db5f4e6 X-VCS-Branch: master Date: Wed, 25 Mar 2020 15:02:17 +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: ebba42f6-e308-4059-9edc-68d4943c9919 X-Archives-Hash: 64908b085890fade1dac408d25154605 commit: 5de73365776b809ee9130c932ebb121c5db5f4e6 Author: Brian Evans gentoo org> AuthorDate: Wed Mar 25 15:01:25 2020 +0000 Commit: Brian Evans gentoo org> CommitDate: Wed Mar 25 15:02:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5de73365 profiles: Remove python USE masks on alpha pkgcheck passes Signed-off-by: Brian Evans gentoo.org> profiles/arch/alpha/use.mask | 8 -------- profiles/arch/alpha/use.stable.mask | 7 ------- 2 files changed, 15 deletions(-) diff --git a/profiles/arch/alpha/use.mask b/profiles/arch/alpha/use.mask index dfcb78bcdac..b506ea5805d 100644 --- a/profiles/arch/alpha/use.mask +++ b/profiles/arch/alpha/use.mask @@ -16,14 +16,6 @@ mongodb # net-libs/zeromq is not keyworded zeromq -# Michał Górny (2018-07-16) -# Python 3.7 support requires fresh versions of packages which are stuck -# at keywordreqs. -# bug #661306: dev-python/pytest -# bug #661320: dev-python/twisted -python_targets_python3_7 -python_single_target_python3_7 - # Andrey Utkin (2018-06-13) # No ACPI support on alpha. Bug #657332 acpi diff --git a/profiles/arch/alpha/use.stable.mask b/profiles/arch/alpha/use.stable.mask index 90038006e71..84e2fe62fa5 100644 --- a/profiles/arch/alpha/use.stable.mask +++ b/profiles/arch/alpha/use.stable.mask @@ -12,13 +12,6 @@ php # Dependency not yet stable (dev-libs/libappindicator). ayatana -# Mike Gilbert (2017-06-08) -# dev-lang/python:3.7 is not stable. -python_targets_python3_7 -python_single_target_python3_7 -python_targets_python3_8 -python_single_target_python3_8 - # Tobias Klausmann (2016-03-17) # Webkit itself is enormous (~13h compile+test on our fastest dev machine), so # it will remain not-stable forever. Mask the USE flag accordingly.