Bug 212740 - app-office/openoffice-2.3.1-r1 incorrectly versioned dependency on kdelibs
Bug#: 212740 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: openoffice@gentoo.org Reported By: chithanh@cs.tu-berlin.de
Component: Ebuilds
URL: 
Summary: app-office/openoffice-2.3.1-r1 incorrectly versioned dependency on kdelibs
Keywords:  
Status Whiteboard: 
Opened: 2008-03-08 17:37 0000
Description:   Opened: 2008-03-08 17:37 0000
OpenOffice-2.3.1 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-4*
2. USE="kde" emerge openoffice

Actual Results:  
Build fails because kde headers cannot be found.

Expected Results:  
Use kdelibs-4 headers (if possible) or depend on the correct version.

Changing the dependency to =kde-base/kdelibs-3* or kde-base/kdelibs:3.5 should
fix the issue.

------- Comment #1 From Andreas Proschofsky 2008-03-24 14:39:40 0000 -------
Forgot to close this bug, already fixed...