Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 144381 | Differences between
and this patch

Collapse All | Expand All

(-)portage.5.old (-7 / +11 lines)
Lines 301-318 Link Here
301
.RE
301
.RE
302
.TP
302
.TP
303
.BR /etc/portage/
303
.BR /etc/portage/
304
As of Portage 2.1 all configuration files in /etc/portage can be made into a directory which Portage will recursively search for files containing the appropriate syntax. Refer to the following sections for the appropriate syntax of these files.
305
306
.I Examples:
307
.nf
308
/etc/portage/package.keywords/kde 
309
/etc/portage/package.use/x11-wm
310
.fi
311
304
.RS
312
.RS
305
.TP
313
.TP
306
.BR bashrc
314
.BR bashrc 
307
If needed, this file can be used to set up a special environment for ebuilds,
315
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.
308
different from the standard root environment.  The syntax is the same as for
309
any other bash script.
310
316
311
.TP
317
.TP
312
.BR modules
318
.BR modules
313
This file can be used to override the metadata cache implementation.  In
319
This file can be used to override the metadata cache implementation.  In practice, portdbapi.auxdbmodule is the only variable that the user will want to override.
314
practice, portdbapi.auxdbmodule is the only variable that the user will want to
315
override.
316
320
317
.I Example:
321
.I Example:
318
.nf
322
.nf

Return to bug 144381