Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 29236 - sys-apps/shadow always depend on USE nls
Summary: sys-apps/shadow always depend on USE nls
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Martin Holzer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-20 19:44 UTC by bc
Modified: 2003-09-25 11:43 UTC (History)
1 user (show)

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 bc 2003-09-20 19:44:49 UTC
Even if in the ebuild there is a 

use nls || myconf="${myconf} --disable-nls"

the gettext package is always in the $DEPEND, using:

nls? sys-devel/gettext

will fix this.

Reproducible: Always
Steps to Reproduce:
1. emerge unmerge gettext
2. USE='-nls' emerge -p shadow
3.

Actual Results:  
Always depend on gettext even if USE='-nls' is specified

Expected Results:  
To only install gettext when it's asked for
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-09-25 11:43:07 UTC
in cvs