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
|
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.
it also seems that include files are not installed at all.
thanks for reporting/catching this. looking at it now
it doesnt seem to install the headers no matter which way i poke it, the make
install just doesnt touch them
Qt USE dependency added, thanks for the report.