Bug 202186 - app-admin/keepassxrequires png support in QT 4.x
Bug#: 202186 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: trivial Priority: P2
Resolution: FIXED Assigned To: fauli@gentoo.org Reported By: orsonteodoro@yahoo.com
Component: Ebuilds
URL: 
Summary: app-admin/keepassxrequires png support in QT 4.x
Keywords:  
Status Whiteboard: 
Opened: 2007-12-13 20:52 0000
Description:   Opened: 2007-12-13 20:52 0000
The ebuild forgets to check for existence of png use flag in qt 4.x library
leaving user with the 
Clientic.png missing message.

In /usr/portage/package.use, append png to x11-libs/qt.

Reproducible: Always

Steps to Reproduce:
1. emerge =x11-libs/qt-4* without global use flag or explicitly disable it in
per package use flag or USE="-png" emerge =x11-libs/qt-4*
2.
3.

Actual Results:  
Clientic.png dialog box shows and program is unusable

Expected Results:  
Done a check for linkage to libpng and warn the user that they need it as it is
a listed requirement/dependency. 

Just an additional check to the ebuild to warn the user.

------- Comment #1 From Christian Faulhammer 2007-12-13 21:14:31 0000 -------
Thanks for the notice, fixed in CVS.