From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1284352-garchives=archives.gentoo.org@lists.gentoo.org>
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 98EC11382C5
	for <garchives@archives.gentoo.org>; Fri, 21 May 2021 03:06:47 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id BB812E0875;
	Fri, 21 May 2021 03:06:46 +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 A3261E0875
	for <gentoo-commits@lists.gentoo.org>; Fri, 21 May 2021 03:06:46 +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 6E803340C44
	for <gentoo-commits@lists.gentoo.org>; Fri, 21 May 2021 03:06:44 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id CE071791
	for <gentoo-commits@lists.gentoo.org>; Fri, 21 May 2021 03:06:42 +0000 (UTC)
From: "Joshua Kinard" <kumba@gentoo.org>
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" <kumba@gentoo.org>
Message-ID: <1621567932.d7103d02fc10845e25fe0bda1b8325c64daed3e0.kumba@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/mips/
X-VCS-Repository: repo/gentoo
X-VCS-Files: profiles/arch/mips/package.use.mask
X-VCS-Directories: profiles/arch/mips/
X-VCS-Committer: kumba
X-VCS-Committer-Name: Joshua Kinard
X-VCS-Revision: d7103d02fc10845e25fe0bda1b8325c64daed3e0
X-VCS-Branch: master
Date: Fri, 21 May 2021 03:06:42 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: cf7494c0-d2a5-4364-99c2-05f701acc366
X-Archives-Hash: 73a9cda1087a089bfdd18bfdcf4c613b

commit:     d7103d02fc10845e25fe0bda1b8325c64daed3e0
Author:     Joshua Kinard <kumba <AT> gentoo <DOT> org>
AuthorDate: Fri May 21 02:56:55 2021 +0000
Commit:     Joshua Kinard <kumba <AT> gentoo <DOT> org>
CommitDate: Fri May 21 03:32:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7103d02

Also mask USE 'test' for dev-python/jaraco-path.

Signed-off-by: Joshua Kinard <kumba <AT> gentoo.org>

 profiles/arch/mips/package.use.mask | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/profiles/arch/mips/package.use.mask b/profiles/arch/mips/package.use.mask
index a94ae88bd89..5e27c674e83 100644
--- a/profiles/arch/mips/package.use.mask
+++ b/profiles/arch/mips/package.use.mask
@@ -2,8 +2,11 @@
 # Distributed under the terms of the GNU General Public License v2
 
 # Joshua Kinard <kumba@gentoo.org> (2021-05-20)
-# mask USE 'test' on MIPS for setuptools due to
-# the very deep dependency chain it enables.
+# mask USE 'test' on MIPS for setuptools  and jaraco-path due to
+# the very deep dependency chain that is enabled.  Will unmask
+# on a future date.
+# Bug #774216
+dev-python/jaraco-path test
 dev-python/setuptools test
 
 # Sam James <sam@gentoo.org> (2021-02-06)