summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2006-10-08 23:21:47 +0000
committerZac Medico <zmedico@gentoo.org>2006-10-08 23:21:47 +0000
commitde7b7f5aeae3d3a0464884776c415fde7a02ee6b (patch)
tree6f9030263d7f86c787042498ea0b946e5fca34b5 /man
parentRemove the single parent constraint in profiles. (diff)
downloadportage-multirepo-de7b7f5aeae3d3a0464884776c415fde7a02ee6b.tar.gz
portage-multirepo-de7b7f5aeae3d3a0464884776c415fde7a02ee6b.tar.bz2
portage-multirepo-de7b7f5aeae3d3a0464884776c415fde7a02ee6b.zip
Remove use.default documentation since we don't use it anymore. Thanks to Arfrever Frehtes Taifersar Arahesis for this patch from bug #149608.
svn path=/main/trunk/; revision=4626
Diffstat (limited to 'man')
-rw-r--r--man/portage.526
1 files changed, 0 insertions, 26 deletions
diff --git a/man/portage.5 b/man/portage.5
index ef004dce..d4a3b6a8 100644
--- a/man/portage.5
+++ b/man/portage.5
@@ -282,32 +282,6 @@ If needed, this file can be used to set up a special environment for ebuilds,
different from the standard root environment. The syntax is the same as for
any other bash script.
.TP
-.BR use.defaults
-Here we DO NOT define the default USE flags, but the so\-called auto\-USE
-flags. This rather unknown portage feature activates a USE flag if a
-specific package is installed and the flag was not explicitly
-deactivated. This file contains the associations between USE flags and
-packages that trigger the auto\-USE feature.
-
-In other words, if we never put "sdl" or "\-sdl" into our USE, but we
-have media\-libs/libsdl emerged, then portage automagically sticks "sdl"
-into our USE for us.
-
-.I Format:
-.nf
-\- comments begin with #
-\- one USE flag per line with a list of DEPEND atom bases
-.fi
-
-.I Example:
-.nf
-# media\-libs/libsdl will activate "sdl"
-sdl media\-libs/libsdl
-# activate tcltk only if we have both
-# dev\-lang/tcl and dev\-lang/tk
-tcltk dev\-lang/tcl dev\-lang/tk
-.fi
-.TP
.BR use.force
Some USE flags don't make sense to disable under certain conditions. Here we
list forced flags.