Skip to content

Commit

Permalink
media-gfx/shotwell: Unconditionally install en_GB to make check more …
Browse files Browse the repository at this point in the history
…robust

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <[email protected]>
  • Loading branch information
jlec committed Oct 11, 2015
1 parent 416e1cb commit fc2fab1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions media-gfx/shotwell/shotwell-0.22.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,7 @@ src_prepare() {
sed -i "/^${x}$/d" "${S}"/po/LINGUAS || die
fi
done
[[ $(wc -l "${S}"/po/LINGUAS | awk '{print $1}') == 0 ]] &&
echo en_GB > "${S}"/po/LINGUAS
echo en_GB >> "${S}"/po/LINGUAS
}

src_configure() {
Expand Down

0 comments on commit fc2fab1

Please sign in to comment.