commit: ed965e2c92b191ab7745ff91d9d8734db8ecf772
parent ca0aed1a77ba61de1b075877ddc154f4fbe174ef
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Mon, 21 Mar 2022 00:58:44 +0100
profiles/base: Mask builtins(1)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
@@ -11,7 +11,7 @@ CXXFLAGS="${CFLAGS}"
OBJCXXFLAGS="${CFLAGS}"
CONFIG_PROTECT="${CONFIG_PROTECT} /lib/udev/rules.d/"
-INSTALL_MASK="/usr/lib/systemd /usr/lib64/systemd /lib/systemd /etc/systemd /etc/sudoers /etc/sudoers.d /usr/share/bash-completion /usr/share/zsh/site-functions /etc/xdg/autostart /usr/bin/gunzip /usr/bin/unpigz /usr/share/git-core/templates/hooks"
+INSTALL_MASK="/usr/lib/systemd /usr/lib64/systemd /lib/systemd /etc/systemd /etc/sudoers /etc/sudoers.d /usr/share/bash-completion /usr/share/zsh/site-functions /etc/xdg/autostart /usr/bin/gunzip /usr/bin/unpigz /usr/share/git-core/templates/hooks /usr/share/man/man1/builtins.1"
# --binpkg-changed-deps=y → Silence binpkg USE-matching warning
EMERGE_DEFAULT_OPTS="--keep-going --usepkg --binpkg-changed-deps=y"