Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 461552 - x11-terms/terminator-0.96-r2 installs locales unconditionally
Summary: x11-terms/terminator-0.96-r2 installs locales unconditionally
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Justin Lecher (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-12 18:00 UTC by Julian Ospald
Modified: 2013-03-13 12:23 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
terminator-0.96-r2.ebuild.diff (terminator-0.96-r2.ebuild.diff,463 bytes, patch)
2013-03-12 18:00 UTC, Julian Ospald
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Julian Ospald 2013-03-12 18:00:00 UTC
Created attachment 341826 [details, diff]
terminator-0.96-r2.ebuild.diff

correct and desired behavior is:
LINGUAS not set => install all locales
LINGUAS="" => install nothing
LINGUAS="en de" => install only en and de

l10n.eclass does not have any appropriate way to do that, because it solely relies on it's useflag logic.
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2013-03-13 12:23:46 UTC
+*terminator-0.96-r3 (13 Mar 2013)
+
+  13 Mar 2013; Justin Lecher <jlec@gentoo.org> +terminator-0.96-r3.ebuild:
+  Handle linguas, #461552, thanks hasufell for the patch
+