Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 513242 - l10n.eclass: l10n_find_plocales_changes() fails if PLOCALES is defined with linebreaks
Summary: l10n.eclass: l10n_find_plocales_changes() fails if PLOCALES is defined with l...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Ben de Groot (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-14 19:57 UTC by Justin Lecher (RETIRED)
Modified: 2016-05-08 16: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 Justin Lecher (RETIRED) gentoo-dev 2014-06-14 19:57:51 UTC
See sci-calculators/speedcrunch-0.11-r2 as an example.
if PLOCALES is defined in one line the function shows no changes. In the current form it does.
Comment 1 James Le Cuirot gentoo-dev 2016-05-08 16:52:20 UTC
Fixed this. I didn't just need to normalize the whitespace but had to sort the entries too because I was taking them from a bash associative array, which is unordered.