Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/
Date: Sun, 11 Oct 2015 07:05:40
Message-Id: 1444547116.fc2fab16e8622591b3d3f96c2cdc5d9b1c9303d8.jlec@gentoo
1 commit: fc2fab16e8622591b3d3f96c2cdc5d9b1c9303d8
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 10 19:10:50 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 11 07:05:16 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc2fab16
7
8 media-gfx/shotwell: Unconditionally install en_GB to make check more robust
9
10 Package-Manager: portage-2.2.23
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 media-gfx/shotwell/shotwell-0.22.0-r1.ebuild | 3 +--
14 1 file changed, 1 insertion(+), 2 deletions(-)
15
16 diff --git a/media-gfx/shotwell/shotwell-0.22.0-r1.ebuild b/media-gfx/shotwell/shotwell-0.22.0-r1.ebuild
17 index 9e2380f..b41ec6e 100644
18 --- a/media-gfx/shotwell/shotwell-0.22.0-r1.ebuild
19 +++ b/media-gfx/shotwell/shotwell-0.22.0-r1.ebuild
20 @@ -92,8 +92,7 @@ src_prepare() {
21 sed -i "/^${x}$/d" "${S}"/po/LINGUAS || die
22 fi
23 done
24 - [[ $(wc -l "${S}"/po/LINGUAS | awk '{print $1}') == 0 ]] &&
25 - echo en_GB > "${S}"/po/LINGUAS
26 + echo en_GB >> "${S}"/po/LINGUAS
27 }
28
29 src_configure() {