Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 276692 - pinentry always depends on qt
Summary: pinentry always depends on qt
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-06 00:26 UTC by Chris Spencer
Modified: 2009-07-06 00:32 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 Chris Spencer 2009-07-06 00:26:16 UTC
I emerged pinentry with the "gtk" use flag, and everything installed just fine. However, when I check my dependencies, qt3 is listed as a dependency.

Reproducible: Always

Steps to Reproduce:
1.Add gtk use flag to pinentry
2.Emerge pinentry
3.Run equery depends qt




localhost chris # emerge -pv pinentry

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] app-crypt/pinentry-0.7.5  USE="gtk ncurses -caps -qt3" 0 kB

Total: 1 package (1 reinstall), Size of downloads: 0 kB

 * IMPORTANT: 3 news items need reading for repository 'gentoo'.
 * Use eselect news to read news items.


You can see the gtk use flag is clearly enabled, but when I check for dependencies, this are the results:


localhost chris # equery depends qt
[ Searching for packages depending on qt... ]
app-crypt/pinentry-0.7.5 (qt3? x11-libs/qt:3)


I tried emerging 0.7.5-r1 and 0.7.6, and the results were the same with these messages:


localhost chris # equery depends qt
[ Searching for packages depending on qt... ]
app-crypt/pinentry-0.7.5-r1 (!static & qt3? x11-libs/qt:3)

localhost chris # equery depends qt
[ Searching for packages depending on qt... ]
app-crypt/pinentry-0.7.6 (!static & qt3? x11-libs/qt:3)
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-07-06 00:32:57 UTC
(In reply to comment #0)
> localhost chris # equery depends qt
> [ Searching for packages depending on qt... ]
> app-crypt/pinentry-0.7.5 (qt3? x11-libs/qt:3)

'qt3? x11-libs/qt:3' means that app-crypt/pinentry-0.7.5 depends on x11-libs/qt:3 when 'qt3' USE flag is enabled.