net-dialup/minicom-2.2-r1 installs its locale files regardless of the state of the nls USE flag. (Suggested fix forthcoming.)
Created attachment 139251 [details] Proposed ebuild This ebuild adds $(use_enable nls) to the configure invocation, to prevent locale files from being installed if !nls. I've also added a conditional build dependency on gettext (if nls), along the lines of other localized packages like coreutils.
Created attachment 139253 [details, diff] Patch against minicom-2.2-r1.ebuild Sorry, is it better to post a diff against the existing ebuild? (Also, was it proper of me to add ~ to the keywords in the diff?)
Yes, a patch is preferred because it is easier to review. Fixed without revision bump since package will be re-emerged by -N option. In addition, I've added supported LINGUAS to IUSE.