summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-04-20 18:01:30 -0700
committerZac Medico <zmedico@gentoo.org>2012-04-20 18:01:30 -0700
commit92a8357ca98d4a42e7747abd2cf4b390381fc6bc (patch)
treedc35060c79bb77f7cf682c69ea14405939730efa /pym/_emerge
parent5bd8b8a41326d16d4e8347bcddfee0d4ff8f6bd3 (diff)
downloadportage-92a8357ca98d4a42e7747abd2cf4b390381fc6bc.tar.gz
portage-92a8357ca98d4a42e7747abd2cf4b390381fc6bc.tar.bz2
portage-92a8357ca98d4a42e7747abd2cf4b390381fc6bc.zip
Show config updates later for bug #412845.
Diffstat (limited to 'pym/_emerge')
-rw-r--r--pym/_emerge/main.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/pym/_emerge/main.py b/pym/_emerge/main.py
index 7fbe84f01..c52a3eaab 100644
--- a/pym/_emerge/main.py
+++ b/pym/_emerge/main.py
@@ -404,11 +404,10 @@ def post_emerge(myaction, myopts, myfiles,
if vdb_lock:
vardbapi.unlock()
+ display_preserved_libs(vardbapi, myopts)
chk_updated_cfg_files(settings['EROOT'], config_protect)
display_news_notification(root_config, myopts)
- if retval in (None, os.EX_OK) or (not "--pretend" in myopts):
- display_preserved_libs(vardbapi, myopts)
postemerge = os.path.join(settings["PORTAGE_CONFIGROOT"],
portage.USER_CONFIG_PATH, "bin", "post_emerge")