Gentoo Logo
Gentoo Spaceship

Installation:
Gentoo Handbook
Installation Docs

Documentation:
Home
Listing
About Gentoo
Philosophy
Social Contract

Resources:
Bug Tracker
Developer List
Discussion Forums
Gentoo BitTorrents
Gentoo Linux Enhancement Proposals
IRC Channels
Mailing Lists
Mirrors
Name and Logo Guidelines
Online Package Database
Security Announcements
Staffing Needs
Supporting Vendors
View our CVS

Graphics:
Logos and themes
Icons
ScreenShots

Miscellaneous Resources:
Gentoo Linux Store
Gentoo-hosted projects
IBM dW/Intel article archive




List Archive: gentoo-commits
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Zac Medico (zmedico)" <zmedico@g.o>
Subject: portage r14802 - main/trunk/pym/_emerge
Date: Sat, 07 Nov 2009 20:54:56 +0000
Author: zmedico
Date: 2009-11-07 20:54:55 +0000 (Sat, 07 Nov 2009)
New Revision: 14802

Modified:
   main/trunk/pym/_emerge/depgraph.py
Log:
When displaying masking messages, show the 'dependency required by' message
before the masking docs message.


Modified: main/trunk/pym/_emerge/depgraph.py
===================================================================
--- main/trunk/pym/_emerge/depgraph.py	2009-11-07 01:42:03 UTC (rev 14801)
+++ main/trunk/pym/_emerge/depgraph.py	2009-11-07 20:54:55 UTC (rev 14802)
@@ -2196,6 +2196,8 @@
 			else:
 				show_missing_use = unmasked_iuse_reasons
 
+		mask_docs = False
+
 		if show_missing_use:
 			print("\nemerge: there are no ebuilds built with USE flags to satisfy "+green(xinfo)+".")
 			print("!!! One of the following packages is required to complete your request:")
@@ -2219,7 +2221,7 @@
 				for line in wrap(msg, 75):
 					print(line)
 			print()
-			show_mask_docs()
+			mask_docs = True
 		else:
 			print("\nemerge: there are no ebuilds to satisfy "+green(xinfo)+".")
 
@@ -2254,6 +2256,10 @@
 
 		print()
 
+		if mask_docs:
+			show_mask_docs()
+			print()
+
 	def _iter_match_pkgs(self, root_config, pkg_type, atom, onlydeps=False):
 		"""
 		Iterate over Package instances of pkg_type matching the given atom.



Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
gentoo-x86 commit in kde-base/solidautoeject: ChangeLog solidautoeject-4.3.2.ebuild solidautoeject-4.3.1.ebuild solidautoeject-4.3.3.ebuild
Next by thread:
portage r14803 - main/trunk/man
Previous by date:
gentoo-x86 commit in profiles: ChangeLog
Next by date:
gentoo-x86 commit in media-gfx/k3d: ChangeLog k3d-0.7.11.0-r1.ebuild


Updated Nov 23, 2009

Donate to support our development efforts.

Gentoo Centric Hosting: vr.org

VR Hosted

Tek Alchemy

Tek Alchemy

SevenL.net

SevenL.net

php|architect

php|architect

Copyright 2001-2007 Gentoo Foundation, Inc. Questions, Comments? Email www@gentoo.org.