Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 351833 - dev-python/sip-4.12: ebuild warn message mentioned wrong dependencies
Summary: dev-python/sip-4.12: ebuild warn message mentioned wrong dependencies
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High trivial
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-16 09:43 UTC by Toralf Förster
Modified: 2011-01-16 15:44 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.