Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 388781
Collapse All | Expand All

(-)a/man/portage.5 (-3 / +6 lines)
Lines 679-685 single package. Link Here
679
.BR package.env
679
.BR package.env
680
Per\-package environment variable settings. Entries refer to
680
Per\-package environment variable settings. Entries refer to
681
environment files that are placed in the \fB/etc/portage/env/\fR
681
environment files that are placed in the \fB/etc/portage/env/\fR
682
directory and have the same format as \fBmake.conf\fR(5).
682
directory and have the same format as \fBmake.conf\fR(5). Note that these
683
files are interpreted much earlier than the package specific bashrc files in
684
\fB/etc/portage/env/\fR.
683
685
684
.I Format:
686
.I Format:
685
.nf
687
.nf
Lines 935-941 needed, then \fB/etc/portage/package.env\fR should be used instead of the Link Here
935
bashrc approach that is described here. Also note that special variables
937
bashrc approach that is described here. Also note that special variables
936
such as \fBFEATURES\fR and \fBINSTALL_MASK\fR will not produce the intended
938
such as \fBFEATURES\fR and \fBINSTALL_MASK\fR will not produce the intended
937
results if they are set in bashrc, and therefore
939
results if they are set in bashrc, and therefore
938
\fB/etc/portage/package.env\fR should be used instead.
940
\fB/etc/portage/package.env\fR should be used instead. Lastly, note that these
941
files are interpreted much later than the portage enviroment file
942
\fBpackage.env\fR.
939
943
940
Portage will source all of these bashrc files after \fB/etc/portage/bashrc\fR
944
Portage will source all of these bashrc files after \fB/etc/portage/bashrc\fR
941
in the following order:
945
in the following order:
942
- 

Return to bug 388781