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 E5BEA158086 for ; Mon, 25 Oct 2021 11:46:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE8A2E05C1; Mon, 25 Oct 2021 11:46:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 80EB4E0207 for ; Mon, 25 Oct 2021 11:46:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 940EC34386C for ; Mon, 25 Oct 2021 11:46:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1072B176 for ; Mon, 25 Oct 2021 11:46:39 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1635162373.856c343686958ff1a821eb5f242048b97d1575e1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/arm/package.use.mask profiles/arch/arm/package.use.stable.mask X-VCS-Directories: profiles/arch/arm/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 856c343686958ff1a821eb5f242048b97d1575e1 X-VCS-Branch: master Date: Mon, 25 Oct 2021 11:46:39 +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: 6e1e8dbf-22a3-4964-9d43-2954e86f8824 X-Archives-Hash: 0b0a5bc0ff4ddc1ad03902eedbd03170 commit: 856c343686958ff1a821eb5f242048b97d1575e1 Author: Sam James gentoo org> AuthorDate: Mon Oct 25 11:42:50 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Oct 25 11:46:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=856c3436 profiles/arch/arm: unmask dev-python/ipython[notebook,qt5,smp] Bug: https://bugs.gentoo.org/816981 Signed-off-by: Sam James gentoo.org> profiles/arch/arm/package.use.mask | 2 +- profiles/arch/arm/package.use.stable.mask | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask index f84e83e0912..c51f02eac24 100644 --- a/profiles/arch/arm/package.use.mask +++ b/profiles/arch/arm/package.use.mask @@ -212,7 +212,7 @@ net-libs/gnutls test-full # Andreas Sturmlechner (2018-03-02) # Requires unkeyworded deps ->=dev-python/ipython-5.4.1 notebook qt5 smp +>=dev-python/ipython-5.4.1 qt5 # Michał Górny (2017-12-30) # Moved from use.mask since they are flags local to one package. diff --git a/profiles/arch/arm/package.use.stable.mask b/profiles/arch/arm/package.use.stable.mask index 3fe0528f1ad..eaa4a460613 100644 --- a/profiles/arch/arm/package.use.stable.mask +++ b/profiles/arch/arm/package.use.stable.mask @@ -1,6 +1,11 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2021-10-25) +# Various dependencies not yet stable on arm +# bug #816981 +dev-python/ipython notebook smp + # Marek Szuba (2021-09-25) # No stable dev-ruby/{thor,tty-editor} on this arch yet # and there are many dependencies to go through before there are