summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/actions.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/_emerge/actions.py')
-rw-r--r--pym/_emerge/actions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/_emerge/actions.py b/pym/_emerge/actions.py
index 5dc0cd598..9e73d98a6 100644
--- a/pym/_emerge/actions.py
+++ b/pym/_emerge/actions.py
@@ -2813,7 +2813,7 @@ def chk_updated_cfg_files(target_root, config_protect):
print(" "+yellow("*")+" man page to learn how to update config files.")
def display_news_notification(root_config, myopts):
- target_root = root_config.root
+ target_root = root_config.settings['EROOT']
trees = root_config.trees
settings = trees["vartree"].settings
portdb = trees["porttree"].dbapi