Summary: | www-servers/uwsgi: USE=yaml does not enable libyaml support | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Dustin C. Hatch <dustin> |
Component: | Current packages | Assignee: | Ultrabug <ultrabug> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | python |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | Enable LibYAML |
Sorry Dustin for the delay and thank you for catching this. It's in tree since 2.0.14 ! |
Created attachment 440950 [details, diff] Enable LibYAML Although setting USE=yaml adds a dependency on dev-libs/libyaml, it does not actually enable support for it. Setting `yaml = true` in the build configuration file enables the built-in pseudo-YAML parser. To enable the LibYAML parser, the setting needs to be `yaml = libyaml`