This is Gentoo's testing wiki. It is a non-operational environment and its textual content is outdated.
Please visit our production wiki at https://wiki.gentoo.org
/etc/portage/profile/package.use.mask
From Gentoo Wiki (test)
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
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
# Mask docs for GTK 2.x =x11-libs/gtk+-2* doc # Unmask mysql support for QT x11-libs/qt -mysql