Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 274617 - Please enable QtHelp for PyQt4 by default
Summary: Please enable QtHelp for PyQt4 by default
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-18 14:49 UTC by Darren Dale
Modified: 2009-06-18 15:52 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 Darren Dale 2009-06-18 14:49:42 UTC
The PyQt4-4.5.1 ebuild requires USE=assistant in order to enable both the QtHelp and QtAssistant modules. I think QtHelp can be used independently of QtAssistant, and that QtHelp should be enabled by the ebuild regardless of the assistant USE flag. 

Relatedly, the eric4-4.4 snapshot requires the QtHelp module to be present, so either QtHelp should be enabled by default or future ebuilds for eric4 should require PyQt4 to be merged with USE=assistant.

Reproducible: Always

Steps to Reproduce:
Comment 1 Dror Levin (RETIRED) gentoo-dev 2009-06-18 15:03:02 UTC
The latest eric4 snapshot in the qting-edge overlay requires PyQt4 to be built with USE=assistant.
Comment 2 Davide Pesavento (RETIRED) gentoo-dev 2009-06-18 15:42:31 UTC
(In reply to comment #0)
> The PyQt4-4.5.1 ebuild requires USE=assistant in order to enable both the
> QtHelp and QtAssistant modules. I think QtHelp can be used independently of
> QtAssistant, and that QtHelp should be enabled by the ebuild regardless of the
> assistant USE flag. 

Why? QtHelp is installed by qt-assistant, not by qt-core.
Comment 3 Ben de Groot (RETIRED) gentoo-dev 2009-06-18 15:52:58 UTC
(In reply to comment #2)
> Why? QtHelp is installed by qt-assistant, not by qt-core.

Therefore closing as won't fix. Enable USE=assistant if you want the QtHelp functionality.