commit: 1c77335a125aae45daacbec8782fde3cbeae5eba Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Aug 13 21:28:00 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Aug 13 21:28:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c77335a
profiles: mask =net-libs/nodejs-16.6.2 which fails to install Bug: https://bugs.gentoo.org/808063 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/package.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 692ee5b10e3..33540076bcb 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -32,6 +32,11 @@ #--- END OF EXAMPLES --- +# Sam James <[email protected]> (2021-08-13) +# Fails to build with make error in src_install phase. +# See bug #808063. +=net-libs/nodejs-16.6.2 + # David Seifert <[email protected]> (2021-08-13) # Dead upstream, new "forked" upstream that just added the last version # on Github but doesn't maintain them. Unmaintained for the past 10
