summaryrefslogtreecommitdiffstats
path: root/man/make.conf.5
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-08-20 17:11:38 -0700
committerZac Medico <zmedico@gentoo.org>2010-08-20 17:11:38 -0700
commit5959cb1b25d1d0d7c87fd982df72dfd2212f80a3 (patch)
tree77909356c677db8953557846b7542a5eb4d2a261 /man/make.conf.5
parent5bb4ab9957ada3eb044c1d3a740930aa8fd67833 (diff)
downloadportage-5959cb1b25d1d0d7c87fd982df72dfd2212f80a3.tar.gz
portage-5959cb1b25d1d0d7c87fd982df72dfd2212f80a3.tar.bz2
portage-5959cb1b25d1d0d7c87fd982df72dfd2212f80a3.zip
Bug #44796 - Add support for /etc/portage/package.env. As documented in
man/portage.5: Per-package environment variable settings. Entries refer to environment files that are placed in the /etc/portage/env/ directory and have the same format as make.conf(5). Format: - comment lines begin with # (no inline comments) - one DEPEND atom per line followed by name(s) of environment file(s) Example: sys-libs/glibc glibc.conf
Diffstat (limited to 'man/make.conf.5')
-rw-r--r--man/make.conf.53
1 files changed, 3 insertions, 0 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5
index cbedc3d19..0827db11a 100644
--- a/man/make.conf.5
+++ b/man/make.conf.5
@@ -19,6 +19,9 @@ and ACCEPT_KEYWORDS. Incremental variables are propagated down from
make.defaults to make.globals to make.conf to the environment
settings. Clearing these variables requires a clear\-all as in:
export USE="\-*"
+.br
+In order to create per\-package environment settings, refer to
+\fBpackage.env\fR in \fBportage\fR(5).
.SH "VARIABLES"
.TP
\fBACCEPT_CHOSTS\fR = \fI[space delimited list of CHOST values]\fR