Bug 120463 - qjoypad modular X loving
Bug#: 120463 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: games@gentoo.org Reported By: mattepiu@gentoo.org
Component: Games
URL: 
Summary: qjoypad modular X loving
Keywords:  
Status Whiteboard: 
Opened: 2006-01-26 14:09 0000
Description:   Opened: 2006-01-26 14:09 0000
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 From Chris Gianelloni (RETIRED) 2006-01-26 14:15:24 0000 -------
Fixed in CVS... thanks for the bug report and the information...