/etc/portage/profile/package.use.mask

From Gentoo Wiki
< /etc‎ | portage
Jump to:navigation Jump to:search

The /etc/portage/profile/package.use.mask file contains per-package USE flag masks.

Note
In a cascading profile setup, you can remove USE flags in children profiles which were added by parent profiles by prefixing the flag with a - (minus sign).

Format

  • Comments begin with # (no inline comments).
  • One DEPEND atom per line with space-delimited USE flags.

Example

FILE /etc/portage/profile/package.use.maskPer-package USE flag masks example
# Mask docs for GTK 2.x
=x11-libs/gtk+-2* doc
# Unmask mysql support for QT
x11-libs/qt -mysql