From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 39BD9138C9D for ; Wed, 29 Apr 2015 04:21:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F303E0962; Wed, 29 Apr 2015 04:21:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0BBE5E0962 for ; Wed, 29 Apr 2015 04:21:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BBBBA340E39 for ; Wed, 29 Apr 2015 04:21:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 219A0977 for ; Wed, 29 Apr 2015 04:20:57 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1430281134.3d4abaf758af2106c1112b95ca93a8d85eaa6c8e.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: pym/portage/dbapi/ X-VCS-Repository: proj/portage X-VCS-Files: pym/portage/dbapi/vartree.py X-VCS-Directories: pym/portage/dbapi/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 3d4abaf758af2106c1112b95ca93a8d85eaa6c8e X-VCS-Branch: master Date: Wed, 29 Apr 2015 04:20:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0cb1ba0c-023b-46cf-90a9-90526e82f149 X-Archives-Hash: 10d6b122cf21ef80817232947be20207 commit: 3d4abaf758af2106c1112b95ca93a8d85eaa6c8e Author: Zac Medico gentoo org> AuthorDate: Wed Apr 29 02:57:30 2015 +0000 Commit: Zac Medico gentoo org> CommitDate: Wed Apr 29 04:18:54 2015 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=3d4abaf7 _unmerge_protected_symlinks: suggest UNINSTALL_IGNORE (bug 428098) X-Gentoo-Bug: 428098 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=428098 Acked-by: Brian Dolbec gentoo.org> pym/portage/dbapi/vartree.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py index c59d778..cacbf96 100644 --- a/pym/portage/dbapi/vartree.py +++ b/pym/portage/dbapi/vartree.py @@ -2590,6 +2590,9 @@ class dblink(object): os.path.join(real_root, f.lstrip(os.path.sep))) msg.append("") + msg.append("Use the UNINSTALL_IGNORE variable to exempt specific symlinks") + msg.append("from the following search (see the make.conf man page).") + msg.append("") msg.append(_("Searching all installed" " packages for files installed via above symlink(s)...")) msg.append("")