commit: ce997580b1261d9dba280f0ff36e152a6aacfff7 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Thu Jul 20 11:15:00 2023 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Thu Jul 20 11:15:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce997580
profiles/arch/amd64/x32: mask more packages/flags depending on notebook Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> profiles/arch/amd64/x32/package.mask | 6 +++++- profiles/arch/amd64/x32/package.use.mask | 5 +++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask index 8c231eb8bdee..8ece684ef9c9 100644 --- a/profiles/arch/amd64/x32/package.mask +++ b/profiles/arch/amd64/x32/package.mask @@ -27,8 +27,12 @@ dev-python/plotly-geo dev-python/chart-studio sci-visualization/dash sci-visualization/jupyter-dash -dev-python/notebook +>=dev-python/notebook-7 dev-python/spyder-notebook +app-emacs/emacs-ipython-notebook +dev-python/jupyter +dev-python/widgetsnbextension +sci-physics/root # Bernd Waibel <[email protected]> (2021-02-13) # Is reverse-dependency of dev-qt/qtwebengine diff --git a/profiles/arch/amd64/x32/package.use.mask b/profiles/arch/amd64/x32/package.use.mask index 59a5bc552394..4294c35ee59b 100644 --- a/profiles/arch/amd64/x32/package.use.mask +++ b/profiles/arch/amd64/x32/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andrew Ammerlaan <[email protected]> (2023-07-20) +# depends on dev-python/notebook which depends on nodejs +dev-python/ipython notebook +dev-python/nbdime test + # Guilherme Amadio <[email protected]> (2023-06-30) # sys-cluster/ceph not keyworded on x86 >=net-libs/xrootd-5.6.0 ceph
