Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 120463

Summary: qjoypad modular X loving
Product: Gentoo Linux Reporter: Matteo Azzali (RETIRED) <mattepiu>
Component: [OLD] GamesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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...