Bug 213428 - dev-util/xxdiff needs to depend on kde-base/kdelibs:3.5
Bug#: 213428 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: maintainer-needed@gentoo.org Reported By: chithanh@cs.tu-berlin.de
Component: Ebuilds
URL: 
Summary: dev-util/xxdiff needs to depend on kde-base/kdelibs:3.5
Keywords:  
Status Whiteboard: 
Opened: 2008-03-14 18:47 0000
Description:   Opened: 2008-03-14 18:47 0000
dev-util/xxdiff needs kdelibs-3 to compile when USE="kde" is set. If
only kdelibs-4 is installed, it will fail to build.

Reproducible: Always

Steps to Reproduce:
1. emerge kdelibs:kde-4
2. USE="kde" emerge xxdiff

Actual Results:  
In file included from main.cpp:29:
./app.h:104: error: invalid use of incomplete type 'struct QkApplication'
./kdeSupport.h:49: error: forward declaration of 'struct QkApplication'

Expected Results:  
depend on the correct version of kdelibs

Changing the >=kde-base/kdelibs-3.1 dependency to kde-base/kdelibs:3.5 should
fix the issue.

------- Comment #1 From Raúl Porcel 2008-03-18 19:53:58 0000 -------
Fixed, thanks