commit:     fc2fab16e8622591b3d3f96c2cdc5d9b1c9303d8
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 10 19:10:50 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Oct 11 07:05:16 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc2fab16

media-gfx/shotwell: Unconditionally install en_GB to make check more robust

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 media-gfx/shotwell/shotwell-0.22.0-r1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/media-gfx/shotwell/shotwell-0.22.0-r1.ebuild 
b/media-gfx/shotwell/shotwell-0.22.0-r1.ebuild
index 9e2380f..b41ec6e 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() {

Reply via email to