commit: 856c343686958ff1a821eb5f242048b97d1575e1 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Oct 25 11:42:50 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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 <[email protected]> (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 <[email protected]> (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 <[email protected]> (2021-10-25) +# Various dependencies not yet stable on arm +# bug #816981 +dev-python/ipython notebook smp + # Marek Szuba <[email protected]> (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
