On Thu, 2018-03-15 at 17:02 -0400, Alec Warner wrote: > > > On Thu, Mar 15, 2018 at 3:22 PM, Michał Górny <mgo...@gentoo.org> wrote: > > Allow INSTALL_MASK patterns to start with '-' to indicate that > > a specific match is to be excluded from being masked. In this case, > > the last matching pattern determines whether the file is actually > > filtered out or kept. > > ---
Yes, please ! I just needed this feature 2 hours ago. I need the same for PKG_INSTALL_MASK I hope this allows me to do: INSTALL_MASK="/usr/share/i18n/locales/* -/usr/share/i18n/locales/en_GB -/usr/share/i18n/locales/sv_SE" to all in /usr/share/i18n/locales/* but /usr/share/i18n/locales/en_GB and /usr/share/i18n/locales/sv_SE removed in usr/share/i18n/locales/ ? Jocke