Bug 28621 - app-text/djvu : mark 'qt' as an optional dep, not mandatory
Bug#: 28621 Product:  Gentoo Linux Version: 1.4 Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: text-markup@gentoo.org Reported By: leroutier@gmail.com
Component: Ebuilds
URL: 
Summary: app-text/djvu : mark 'qt' as an optional dep, not mandatory
Keywords:  
Status Whiteboard: 
Opened: 2003-09-13 09:47 0000
Description:   Opened: 2003-09-13 09:47 0000
i only want the lib, not the mozilla plugin nor the standalone viewer.
builds fine with : 

IUSE="xml qt"

DEPEND="qt? ( >=x11-libs/qt-2.3 )
	>=media-libs/jpeg-6b-r2"

RDEPEND="${DEPEND}"

and as i have no qt on my system, it won't emerge without this change.
(no, i don't want any of tcltk, qt, gtk1 here, only accept gtk2 and console)

who said i am boring ?

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

------- Comment #1 From Stephane Loeuillet 2003-09-14 05:02:01 0000 -------
it also seems that include files are not installed at all.

------- Comment #2 From Mike Gardiner (RETIRED) 2003-09-14 07:55:00 0000 -------
thanks for reporting/catching this. looking at it now

------- Comment #3 From Mike Gardiner (RETIRED) 2003-09-14 08:27:38 0000 -------
it doesnt seem to install the headers no matter which way i poke it, the make
install just doesnt touch them

------- Comment #4 From Mike Gardiner (RETIRED) 2003-09-15 07:19:32 0000 -------
Qt USE dependency added, thanks for the report.