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

Bug 136795

Summary: vcdimager uses deprecated xml2 USE flag
Product: Gentoo Linux Reporter: ta2002 <throw_away_2002>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description ta2002 2006-06-14 09:47:52 UTC
$ grep xml2 /usr/portage/profiles/use.desc
xml2 - Check/Support flag for XML library (version 2) (deprecated, use xml)

$ grep xml2 /usr/portage/media-video/vcdimager/vcdimager-0.7.21.ebuild
IUSE="xml2 minimal"
        xml2? ( >=dev-libs/libxml2-2.5.11 )"
        use xml2 \

$ grep xml2 /usr/portage/media-video/vcdimager/vcdimager-0.7.23.ebuild
IUSE="xml2 minimal"
        xml2? ( >=dev-libs/libxml2-2.5.11 )"
        use xml2 && myconf="${myconf} --with-xml-prefix=/usr --disable-xmltest"
        use xml2 || myconf="${myconf} --without-xml-frontend"
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-06-14 09:53:45 UTC

*** This bug has been marked as a duplicate of 116346 ***