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

/usr/portage/profiles/package.mask

From Gentoo Wiki (test)
Jump to:navigation Jump to:search

/usr/portage/profiles/package.mask is a file containing package atoms to mask. This file is controlled by developers of the main ebuild repository (gentoo.git) and is not meant to be edited by system administrators. For this sysadmin friendly version see /etc/portage/package.mask.

After syncing, end users can take a look in /usr/portage/profiles/package.mask for some up-to-date examples on packages that are currently masked. The comments preceding the package will provide insight into the reasons for the masking.

Format

  • Comment lines begin with # (no inline comments).
  • One DEPEND atom per line.

Examples

FILE /usr/portage/package.maskpackage.mask example
# mask out versions 1.0.4496 of the nvidia
# drivers and later
>=media-video/nvidia-kernel-1.0.4496
>=media-video/nvidia-glx-1.0.4496

See also

  • /etc/portage/package.mask — a file, or a directory of files, controlled by the system administrator that can be used to prevent certain packages from being installed.