Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 156168 - PyQt-3.14.1-r[12].ebuild - Dependency on unspecified version of Qt
Summary: PyQt-3.14.1-r[12].ebuild - Dependency on unspecified version of Qt
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords: QAcanfix
Depends on:
Blocks:
 
Reported: 2006-11-24 17:21 UTC by Arfrever Frehtes Taifersar Arahesis (RETIRED)
Modified: 2006-12-04 09:46 UTC (History)
0 users

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 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2006-11-24 17:21:37 UTC
In PyQt-3.14.1-r[12].ebuild:

RDEPEND="x11-libs/qt
	(...)"

This should be:
RDEPEND="x11-libs/qt:3
	(...)"

Or:
RDEPEND="=x11-libs/qt-3*
	(...)"
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2006-12-04 09:46:44 UTC
fixed. thanks for the report.