commit: 9af2f637dcf5ea41f5400a527829fa8a742a0e2c Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Thu Sep 9 13:38:09 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Thu Sep 9 13:39:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9af2f637
profiles/arch/amd64/x32/package.mask: mask jupyterlab and friends they require nodejs Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> profiles/arch/amd64/x32/package.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask index 50036fba5ba..a0232eb6ec6 100644 --- a/profiles/arch/amd64/x32/package.mask +++ b/profiles/arch/amd64/x32/package.mask @@ -1,6 +1,11 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andrew Ammerlaan <[email protected]> (2021-09-09) +# Jupyterlab and friends require net-libs/nodejs +dev-python/jupyterlab +dev-python/jupyterlab-lsp + # Bernd Waibel <[email protected]> (2021-02-13) # Is reverse-dependency of dev-qt/qtwebengine media-gfx/freecad
