Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 351833

Summary: dev-python/sip-4.12: ebuild warn message mentioned wrong dependencies
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED INVALID    
Severity: trivial CC: qt
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Toralf Förster gentoo-dev 2011-01-16 09:43:41 UTC
Shouldn't be 

`equery d dev-python/sip dev-python/PyQt4`

corrected to 

`equery d dev-python/PyQt4 dev-python/qscintilla-python`

according to the mentioned packages before ?


Reproducible: Always
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2011-01-16 10:03:21 UTC
No, that's not the same. This equery call lists packages which depend on the given one, i.e.:

	equery d dev-python/sip

lists all packages depending on sip, which would include the mentioned two. I guess the snippet pasted by you means that packages using PyQt4 need to be updated.

Well, in any case I think the message should be less confusing.
Comment 2 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2011-01-16 15:44:25 UTC
The message is correct.