From: Fabian Groffen Date: Sat, 4 Sep 2010 18:24:43 +0000 (+0200) Subject: use EROOT with NEWS_LIB_PATH X-Git-Tag: v2.2_rc76~56 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=208e905b68118621ea74999c1e1b589e7a83d203;p=portage.git use EROOT with NEWS_LIB_PATH --- 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