Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 21059
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Martin Holzer (RETIRED) <mholzer@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Nick Brown <nicbrown@cisco.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 21059 depends on: Show dependency tree
Bug 21059 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2003-05-15 09:37 0000
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 From Martin Holzer (RETIRED) 2003-05-18 16:54:29 0000 -------
fixed in cvs

thx

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug