Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 120463 - qjoypad modular X loving
Summary: qjoypad modular X loving
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-26 14:09 UTC by Matteo Azzali (RETIRED)
Modified: 2006-01-26 14:15 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 Matteo Azzali (RETIRED) gentoo-dev 2006-01-26 14:09:26 UTC
After using the provided scripts dependancy for qjoypad should be:
RDEPEND="|| ( ( x11-libs/libXtst
                ) virtual/x11 )"


DEPEND="${RDEPEND}
        || ( ( x11-proto/xextproto
                        x11-proto/xproto
                ) virtual/x11 )
        x11-libs/qt"

but qt itself already contains all the needed dependancy (use flags count 
nothing since libXi depends on libXext) except libXtst...
So I'm not so sure if xextproto and xproto are redundant lines (I wuold bet
they aren't cause are proto DEPENDS, but better ask first than cry last...)
Comment 1 Chris Gianelloni (RETIRED) gentoo-dev 2006-01-26 14:15:24 UTC
Fixed in CVS... thanks for the bug report and the information...