document DEPCACHE_PATH GLOBAL_CONFIG_PATH getting EPREFIX-ed
authorFabian Groffen <grobian@gentoo.org>
Sun, 5 Sep 2010 11:23:15 +0000 (13:23 +0200)
committerFabian Groffen <grobian@gentoo.org>
Sun, 5 Sep 2010 11:23:15 +0000 (13:23 +0200)
pym/portage/const.py

index c1ae458be9aba06a50c84c11425350eb07105a78..e56ebecbc0d3355d3e74bb0f496c40fcf09971b4 100644 (file)
@@ -50,9 +50,12 @@ WORLD_SETS_FILE          = PRIVATE_PATH + "/world_sets"
 CONFIG_MEMORY_FILE       = PRIVATE_PATH + "/config"
 NEWS_LIB_PATH            = "var/lib/gentoo"
 
-# these variables are not used with target_root or config_root
+# these variables get EPREFIX prepended automagically when they are
+# translated into their lowercase variants
 DEPCACHE_PATH            = "/var/cache/edb/dep"
 GLOBAL_CONFIG_PATH       = "/usr/share/portage/config"
+
+# these variables are not used with target_root or config_root
 PORTAGE_BASE_PATH        = os.path.join(os.sep, os.sep.join(__file__.split(os.sep)[:-3]))
 PORTAGE_BIN_PATH         = PORTAGE_BASE_PATH + "/bin"
 PORTAGE_PYM_PATH         = PORTAGE_BASE_PATH + "/pym"