diff options
-rw-r--r-- | man/portage.5 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/portage.5 b/man/portage.5 index e17da52f0..3b1aba93c 100644 --- a/man/portage.5 +++ b/man/portage.5 @@ -29,6 +29,7 @@ packages packages.build package.provided parent +profile.bashrc use.defaults use.mask virtuals @@ -229,6 +230,11 @@ absolute. The paths will be relative to the location of the profile. Most commonly this file contains '..' to indicate the directory above. Utilized only in cascading profiles. .TP +.BR profile.bashrc +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 |