diff options
author | Zac Medico <zmedico@gentoo.org> | 2006-08-06 08:17:10 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2006-08-06 08:17:10 +0000 |
commit | 33c21a1dc396d727a3b420e1eabdb2c57aa40b8c (patch) | |
tree | 0c09b28db0bf9c25398bd8bad50b51d4bed23ca5 | |
parent | dae78267596c55251562c1eb7c267eb3990df977 (diff) | |
download | portage-33c21a1dc396d727a3b420e1eabdb2c57aa40b8c.tar.gz portage-33c21a1dc396d727a3b420e1eabdb2c57aa40b8c.tar.bz2 portage-33c21a1dc396d727a3b420e1eabdb2c57aa40b8c.zip |
Add some package.use.mask docs.
svn path=/main/trunk/; revision=4180
-rw-r--r-- | man/portage.5 | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/man/portage.5 b/man/portage.5 index 3b1aba93c..3aca18c38 100644 --- a/man/portage.5 +++ b/man/portage.5 @@ -28,6 +28,7 @@ make.defaults packages packages.build package.provided +package.use.mask parent profile.bashrc use.defaults @@ -224,6 +225,28 @@ x11-libs/qt-3.3.0 x11-base/xorg-x11-6.8 .fi .TP +.BR package.use.mask +Per\-package USE flag masks. + +.I 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 '\-'. + +.I Format: +.nf +\- comments begin with # +\- one DEPEND atom per line with space-delimited USE flags +.fi + +.I Example: +.nf +# mask docs for GTK 2.x +=x11\-libs/gtk+\-2* doc +# unmask mysql support for QT +x11\-libs/qt \-mysql +.fi +.TP .BR parent This contains a path to the parent profile. It may be either relative or absolute. The paths will be relative to the location of the profile. Most |