From fc2fab16e8622591b3d3f96c2cdc5d9b1c9303d8 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Sat, 10 Oct 2015 21:10:50 +0200 Subject: media-gfx/shotwell: Unconditionally install en_GB to make check more robust Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher --- media-gfx/shotwell/shotwell-0.22.0-r1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'media-gfx') diff --git a/media-gfx/shotwell/shotwell-0.22.0-r1.ebuild b/media-gfx/shotwell/shotwell-0.22.0-r1.ebuild index 9e2380f6b45..b41ec6e16cd 100644 --- a/media-gfx/shotwell/shotwell-0.22.0-r1.ebuild +++ b/media-gfx/shotwell/shotwell-0.22.0-r1.ebuild @@ -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() { -- cgit v1.2.1