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

Bug 113606

Summary: nls flag disable nls
Product: Gentoo Linux Reporter: Lengyel Sándor <hunnia>
Component: New packagesAssignee: 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: ---

Description Lengyel Sándor 2005-11-25 21:10:37 UTC
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.
Comment 1 Chris White (RETIRED) gentoo-dev 2005-11-25 21:14:46 UTC
use nls    || myconf="${myconf} --disable-nls" 

"nls USE flag must be enabled or disable nls support"

....