Bug #44796 - Add support for /etc/portage/package.env. As documented in
authorZac Medico <zmedico@gentoo.org>
Sat, 21 Aug 2010 00:11:38 +0000 (17:11 -0700)
committerZac Medico <zmedico@gentoo.org>
Sat, 21 Aug 2010 00:11:38 +0000 (17:11 -0700)
commit5959cb1b25d1d0d7c87fd982df72dfd2212f80a3
tree77909356c677db8953557846b7542a5eb4d2a261
parent5bb4ab9957ada3eb044c1d3a740930aa8fd67833
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
man/make.conf.5
man/portage.5
pym/portage/package/ebuild/config.py