From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SLOiv-0001gO-8B for garchives@archives.gentoo.org; Sat, 21 Apr 2012 01:02:51 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFEB7E090E; Sat, 21 Apr 2012 01:02:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 79540E090E for ; Sat, 21 Apr 2012 01:02:34 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DA7351B4014 for ; Sat, 21 Apr 2012 01:02:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 1B4D3E5403 for ; Sat, 21 Apr 2012 01:02:31 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1334970090.92a8357ca98d4a42e7747abd2cf4b390381fc6bc.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: pym/_emerge/ X-VCS-Repository: proj/portage X-VCS-Files: pym/_emerge/main.py X-VCS-Directories: pym/_emerge/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 92a8357ca98d4a42e7747abd2cf4b390381fc6bc X-VCS-Branch: master Date: Sat, 21 Apr 2012 01:02:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 18f7124b-3421-463b-a7f8-9e66bf44a6a9 X-Archives-Hash: dd8bc86b098674e6f8495c613e55e68b commit: 92a8357ca98d4a42e7747abd2cf4b390381fc6bc Author: Zac Medico gentoo org> AuthorDate: Sat Apr 21 01:01:30 2012 +0000 Commit: Zac Medico gentoo org> CommitDate: Sat Apr 21 01:01:30 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D92a8357c Show config updates later for bug #412845. --- pym/_emerge/main.py | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/pym/_emerge/main.py b/pym/_emerge/main.py index 7fbe84f..c52a3ea 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() =20 + display_preserved_libs(vardbapi, myopts) chk_updated_cfg_files(settings['EROOT'], config_protect) =20 display_news_notification(root_config, myopts) - if retval in (None, os.EX_OK) or (not "--pretend" in myopts): - display_preserved_libs(vardbapi, myopts)=09 =20 postemerge =3D os.path.join(settings["PORTAGE_CONFIGROOT"], portage.USER_CONFIG_PATH, "bin", "post_emerge")