logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: a5b28153d926bf8767445113c46410391d8aa27b
parent b31f0642ccf06d427d83d9f157608fce6f6a9bde
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue, 30 Aug 2022 11:53:41 +0200

profiles/base: --misspell-suggestions=n

Diffstat:

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

diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults @@ -14,7 +14,7 @@ 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" # --binpkg-changed-deps=y → Silence binpkg USE-matching warning -EMERGE_DEFAULT_OPTS="--keep-going --usepkg --binpkg-changed-deps=y" +EMERGE_DEFAULT_OPTS="--keep-going --usepkg --binpkg-changed-deps=y --misspell-suggestions=n" FEATURES="ipc-sandbox mount-sandbox pid-sandbox suidctl userfetch userpriv usersandbox usersync sandbox splitdebug network-sandbox noinfo" FETCHCOMMAND="curl -L --fail --retry 3 --connect-timeout 60 -o \"\${DISTDIR}/\${FILE}\" \"\${URI}\"" GENTOO_MIRRORS="http://ftp.free.fr/mirrors/ftp.gentoo.org/ https://mirrors.dotsrc.org/gentoo/ https://gentoo.osuosl.org/ http://distfiles.gentoo.org"