Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 125615 - eject bad nls handling
Summary: eject bad nls handling
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-09 09:08 UTC by solar (RETIRED)
Modified: 2006-03-09 15:52 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 solar (RETIRED) gentoo-dev 2006-03-09 09:08:32 UTC
sys-apps/eject forces +nls when not requested.

ebuild needs something like.

src_compile() {
        use nls || myconf="--disable-nls"
        econf ${myconf} || die
        emake || die
}

I'll fix this later if nobody objects
Comment 1 SpanKY gentoo-dev 2006-03-09 15:52:25 UTC
correct code is $(use_enable nls) ... fixed the 2.1.* versions in cvs