Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 121957

Summary: ghostscript-esp-8.15.1 USE xml -> xml2
Product: Gentoo Linux Reporter: Duncan <1i5t5.duncan>
Component: [OLD] PrintingAssignee: Printing Team <printing>
Status: RESOLVED INVALID    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Duncan 2006-02-07 03:40:16 UTC
egrep "^xml2? " /p/profiles/use.desc
xml - Check/Support flag for XML library (version 1)
xml2 - Check/Support flag for XML library (version 2)

grep xml /p/app-text/ghostscript-esp/ghostscript-esp-8.15.1.ebuild
IUSE="X cups cjk emacs gtk threads xml"
        xml? ( >=dev-libs/libxml2-2.6.8 )
                $(use_with xml omni) \

Seems it deps on libxml2, which according to use.desc should be USE=xml2, not USE=xml.

Duncan
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-02-07 04:35:28 UTC
No... see Bug 116346
Comment 2 Duncan 2006-02-07 05:03:33 UTC
Doh... forgot about that.  Why hasn't use.desc been changed, in that case.  That would seem to be the bug, now.