| Summary: | nls flag disable nls | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Lengyel Sándor <hunnia> |
| Component: | New packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
use nls || myconf="${myconf} --disable-nls"
"nls USE flag must be enabled or disable nls support"
....
|
gtkada-2.4.0.ebuild line was: use use nls || myconf="${myconf} --disable-nls" s/b use nls || myconf="${myconf} --enable-nls" Reproducible: Always Steps to Reproduce: 1. 2. 3.