public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r10336 - main/branches/2.1.2/bin
@ 2008-05-14 18:05 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2008-05-14 18:05 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2008-05-14 18:05:19 +0000 (Wed, 14 May 2008)
New Revision: 10336

Modified:
   main/branches/2.1.2/bin/repoman
Log:
Skip blocker atoms for the RDEPEND.suspect check. (trunk r10335)


Modified: main/branches/2.1.2/bin/repoman
===================================================================
--- main/branches/2.1.2/bin/repoman	2008-05-14 18:04:30 UTC (rev 10335)
+++ main/branches/2.1.2/bin/repoman	2008-05-14 18:05:19 UTC (rev 10336)
@@ -1715,7 +1715,8 @@
 							stats['java.eclassesnotused'] += 1
 							fails['java.eclassesnotused'].append(relative_path)
 						elif mytype == "RDEPEND":
-							if portage.dep_getkey(atom) in suspect_rdepend:
+							if not is_blocker and \
+								portage.dep_getkey(atom) in suspect_rdepend:
 								stats['RDEPEND.suspect'] += 1
 								fails['RDEPEND.suspect'].append(
 									relative_path + ": '%s'" % atom)

-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-05-14 18:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-14 18:05 [gentoo-commits] portage r10336 - main/branches/2.1.2/bin Zac Medico (zmedico)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox