Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 28621 - app-text/djvu : mark 'qt' as an optional dep, not mandatory
Summary: app-text/djvu : mark 'qt' as an optional dep, not mandatory
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Text-Markup Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-13 09:47 UTC by Stephane Loeuillet
Modified: 2003-09-15 07:19 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stephane Loeuillet 2003-09-13 09:47:52 UTC
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 Stephane Loeuillet 2003-09-14 05:02:01 UTC
it also seems that include files are not installed at all.
Comment 2 Mike Gardiner (RETIRED) gentoo-dev 2003-09-14 07:55:00 UTC
thanks for reporting/catching this. looking at it now
Comment 3 Mike Gardiner (RETIRED) gentoo-dev 2003-09-14 08:27:38 UTC
it doesnt seem to install the headers no matter which way i poke it, the make install just doesnt touch them
Comment 4 Mike Gardiner (RETIRED) gentoo-dev 2003-09-15 07:19:32 UTC
Qt USE dependency added, thanks for the report.