Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
If you have a USE of -nls, the ebuild ignores, and tries to install NLS. In the src_compile, there is: use nls || myconf="--disable-nls" but the econf doesnt have ${myconf}: econf || die All that needs to be done is to do: econf ${myconf} || die Attached is the fixed ebuild.
Created an attachment (id=4395) [edit] fixed popt-1.6.3.ebuild
Fixed, THX for the bug catch :)