diff options
author | Zac Medico <zmedico@gentoo.org> | 2010-11-07 13:33:11 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2010-11-07 13:33:11 -0800 |
commit | c889e072b72774beaaf8783017e3674df0895d0d (patch) | |
tree | 7efe7c98bd026ec5c1b6152a5cc46f83e6109274 | |
parent | d944f72f39ebcff65cfa8d97325c2052883cd606 (diff) | |
download | portage-c889e072b72774beaaf8783017e3674df0895d0d.tar.gz portage-c889e072b72774beaaf8783017e3674df0895d0d.tar.bz2 portage-c889e072b72774beaaf8783017e3674df0895d0d.zip |
note package.env in bashrc docs
-rw-r--r-- | man/portage.5 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man/portage.5 b/man/portage.5 index d659871c5..3b2886491 100644 --- a/man/portage.5 +++ b/man/portage.5 @@ -699,7 +699,10 @@ masters = gentoo kde .TP .BR /etc/portage/env/ .RS -In this directory additional package-specific bashrc files can be created. +In this directory additional package\-specific bashrc files can be created. +Note that if package\-specific environment variable settings are all that's +needed, then \fB/etc/portage/package.env\fR should be used instead of the +bashrc approach that is described here. Portage will source all of them after \fB/etc/portage/bashrc\fR in the following order: .nr step 1 1 |