| Summary: | vcdimager uses deprecated xml2 USE flag | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | ta2002 <throw_away_2002> |
| Component: | New packages | Assignee: | 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: | --- | |
$ 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"