logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: 19057fad3b9ea0212b3884381787593dc00952a1
parent e4f3c1286f9e27d71de8a131a43475be958102e7
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon, 12 Feb 2024 03:48:23 +0100

profiles/base: remove gunzip and unpigz from INSTALL_MASK

Not required anymore thanks to app-alternatives/gzip

Diffstat:

Mprofiles/base/make.defaults2+-
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 /usr/share/fish /etc/xdg/autostart /usr/bin/gunzip /usr/bin/unpigz /usr/share/git-core/templates/hooks /usr/share/man/man1/builtins.1 /etc/skel /var/empty /etc/cron.daily/mandoc" +INSTALL_MASK="${INSTALL_MASK} /usr/lib/systemd /usr/lib64/systemd /lib/systemd /etc/systemd /etc/sudoers /etc/sudoers.d /usr/share/bash-completion /usr/share/zsh /usr/share/fish /etc/xdg/autostart /usr/share/git-core/templates/hooks /usr/share/man/man1/builtins.1 /etc/skel /var/empty /etc/cron.daily/mandoc" # --binpkg-changed-deps=y → Silence binpkg USE-matching warning EMERGE_DEFAULT_OPTS="--keep-going --usepkg --binpkg-changed-deps=y --misspell-suggestions=n"