summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-12-19 13:48:00 -0800
committerZac Medico <zmedico@gentoo.org>2012-12-19 13:48:00 -0800
commit6b7994b6746b41c1405fefea5f003e79bf6fb755 (patch)
tree4922945abc78c2169e4d27bd53a04ec062245265
parent947f5d7df924e3850339921d623b9fe03047fa89 (diff)
downloadportage-6b7994b6746b41c1405fefea5f003e79bf6fb755.tar.gz
portage-6b7994b6746b41c1405fefea5f003e79bf6fb755.tar.bz2
portage-6b7994b6746b41c1405fefea5f003e79bf6fb755.zip
config: clarify that default target_root is /
-rw-r--r--pym/portage/package/ebuild/config.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pym/portage/package/ebuild/config.py b/pym/portage/package/ebuild/config.py
index 75fc1de8d..3875b576e 100644
--- a/pym/portage/package/ebuild/config.py
+++ b/pym/portage/package/ebuild/config.py
@@ -180,7 +180,8 @@ class config(object):
@type config_incrementals: List
@param config_root: path to read local config from (defaults to "/", see PORTAGE_CONFIGROOT)
@type config_root: String
- @param target_root: __init__ override of $ROOT env variable.
+ @param target_root: the target root, which typically corresponds to the
+ value of the $ROOT env variable (default is /)
@type target_root: String
@param eprefix: set the EPREFIX variable (default is portage.const.EPREFIX)
@type eprefix: String