Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 113606 - nls flag disable nls
Summary: nls flag disable nls
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-25 21:10 UTC by Lengyel Sándor
Modified: 2005-11-25 21:14 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 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"

....