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 4879E138334 for ; Mon, 24 Sep 2018 00:37:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FE5FE07A9; Mon, 24 Sep 2018 00:37:13 +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 18BDBE07A9 for ; Mon, 24 Sep 2018 00:37:13 +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 D1071335C4F for ; Mon, 24 Sep 2018 00:37:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64F6A3E1 for ; Mon, 24 Sep 2018 00:37:10 +0000 (UTC) From: "Joshua Kinard" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joshua Kinard" Message-ID: <1537749246.9574aee49f48622af8876b06abeacab2d47edd4f.kumba@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/mips/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/mips/use.mask X-VCS-Directories: profiles/arch/mips/ X-VCS-Committer: kumba X-VCS-Committer-Name: Joshua Kinard X-VCS-Revision: 9574aee49f48622af8876b06abeacab2d47edd4f X-VCS-Branch: master Date: Mon, 24 Sep 2018 00:37:10 +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-Archives-Salt: 7461e694-4340-4115-9633-9d4aa62508b7 X-Archives-Hash: 4787d832921ac91545bec6317a738a72 commit: 9574aee49f48622af8876b06abeacab2d47edd4f Author: Joshua Kinard gentoo org> AuthorDate: Mon Sep 24 00:34:06 2018 +0000 Commit: Joshua Kinard gentoo org> CommitDate: Mon Sep 24 00:34:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9574aee4 Remove the USE mask for python3_7 on mips after fixing keywordreq bugs. Tested Python-3.7.0 on SGI/MIPS machine, o32, n32, multilib, uclibc-ng. Signed-off-by: Joshua Kinard gentoo.org> profiles/arch/mips/use.mask | 8 -------- 1 file changed, 8 deletions(-) diff --git a/profiles/arch/mips/use.mask b/profiles/arch/mips/use.mask index 74d1069dd3f..23ca4827299 100644 --- a/profiles/arch/mips/use.mask +++ b/profiles/arch/mips/use.mask @@ -4,14 +4,6 @@ # Unmask the flag which corresponds to ARCH. -mips -# Michał Górny (16 Jul 2018) -# 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 - # Matt Turner (25 Mar 2018) # Unmask systemd since it is keyworded here. -systemd