logo

overlay

My own overlay for experimentations, use with caution, no support is provided
commit: 54d6c7d562dca227387ef30e91c502fa412f2fc9
parent: b50d1489ecc2d01eb913c061db82bb024abcabec
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat, 11 Jul 2020 09:16:15 +0200

make.defaults: INSTALL_MASK gunzip and unpigz

Diffstat:

Mprofiles/base/make.defaults2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults @@ -13,7 +13,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" +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" # --binpkg-changed-deps=y → Silence binpkg USE-matching warning EMERGE_DEFAULT_OPTS="--keep-going --usepkg --binpkg-changed-deps=y"