Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 21059 - libgd .ebuild is missing IUSE flags.
Summary: libgd .ebuild is missing IUSE flags.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Martin Holzer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-15 09:37 UTC by Nick Brown
Modified: 2003-05-18 16:54 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 Nick Brown 2003-05-15 09:37:13 UTC
currently the ebuild for 1.8.3-r6 and 1.8.4 contains; 
 
IUSE="X" 
DEPEND="media-libs/libpng 
        X? ( virtual/x11 ) 
        jpeg? ( media-libs/jpeg ) 
        truetype? ( =media-libs/freetype-1.3* )" 
 
surely this should be; 
 
IUSE="X jpeg truetype" 
DEPEND="media-libs/libpng 
        X? ( virtual/x11 ) 
        jpeg? ( media-libs/jpeg ) 
        truetype? ( =media-libs/freetype-1.3* )" 
 
ie. the IUSE flags are missing, despite their use in the depend rules.
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-05-18 16:54:29 UTC
fixed in cvs

thx