Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 352288 - dev-python/sip-4.11.2.ebuild suggests invalid (?) equery-syntax
Summary: dev-python/sip-4.11.2.ebuild suggests invalid (?) equery-syntax
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High trivial (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-20 21:21 UTC by Johannes Rauh
Modified: 2011-07-09 20:33 UTC (History)
2 users (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 Johannes Rauh 2011-01-20 21:21:06 UTC
After merging ev-python/sip-4.11.2, the ebuild suggests:

WARN: postinst

When updating dev-python/sip, you usually need to rebuild packages, which depend on dev-python/sip,
such as dev-python/PyQt4 and dev-python/qscintilla-python. If you have app-portage/gentoolkit
installed, you can find these packages with `equery d dev-python/sip dev-python/PyQt4`.

When I do so, equery tells me:
[ Searching for packages depending on dev-python/PyQt4... ]

In other words, it seems to ignore one of the two arguments.  The man page of equery suggests that it takes only one package specification.  Therefore, the warning in the sip-ebuild should be changed.

Reproducible: Always
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2011-01-22 12:41:00 UTC
The command works correctly for me:

$ equery d dev-python/sip dev-python/PyQt4
 * These packages depend on dev-python/sip:
...

 * These packages depend on dev-python/PyQt4:
...
Comment 2 Johannes Rauh 2011-01-23 23:11:42 UTC
Maybe it depends on the version of gentoolkit?

I'm using the stable version app-portage/gentoolkit-0.2.4.6.1-r1.
Comment 3 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2011-07-09 20:33:24 UTC
app-portage/gentoolkit-0.3.0.4 is now stable.