commit: 4bba8aa7564d3c4ba9740591f0bebb4d8baa1ae4 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Sun Sep 17 19:19:34 2023 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Sun Sep 17 19:20:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bba8aa7
profiles/arch/amd64/x32/package.use.mask: maskdev-lang/dafny[test] Tests require net-libs/nodejs which is unavailable on amd64/x32. Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> profiles/arch/amd64/x32/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/amd64/x32/package.use.mask b/profiles/arch/amd64/x32/package.use.mask index ead16de572a8..f132871a3e21 100644 --- a/profiles/arch/amd64/x32/package.use.mask +++ b/profiles/arch/amd64/x32/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Maciej Barć <[email protected]> (2023-09-17) +# Tests require net-libs/nodejs which is unavailable on amd64/x32. +dev-lang/dafny test + # Andrew Ammerlaan <[email protected]> (2023-07-20) # depends on dev-python/notebook which depends on nodejs dev-python/ipython notebook
