Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 136795 - vcdimager uses deprecated xml2 USE flag
Summary: vcdimager uses deprecated xml2 USE flag
Status: RESOLVED DUPLICATE of bug 116346
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-14 09:47 UTC by ta2002
Modified: 2006-06-14 09:53 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 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 ***