From de7b7f5aeae3d3a0464884776c415fde7a02ee6b Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 8 Oct 2006 23:21:47 +0000 Subject: 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 --- man/portage.5 | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to 'man') 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. -- cgit v1.2.3