From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-839534-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 4CD9913888F
	for <garchives@archives.gentoo.org>; Sun, 11 Oct 2015 07:05:40 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 2AD51E0818;
	Sun, 11 Oct 2015 07:05:39 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id E2F67E07FC
	for <gentoo-commits@lists.gentoo.org>; Sun, 11 Oct 2015 07:05:37 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 2C476340656
	for <gentoo-commits@lists.gentoo.org>; Sun, 11 Oct 2015 07:05:37 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 55F39DF4
	for <gentoo-commits@lists.gentoo.org>; Sun, 11 Oct 2015 07:05:32 +0000 (UTC)
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" <jlec@gentoo.org>
Message-ID: <1444547116.fc2fab16e8622591b3d3f96c2cdc5d9b1c9303d8.jlec@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-gfx/shotwell/shotwell-0.22.0-r1.ebuild
X-VCS-Directories: media-gfx/shotwell/
X-VCS-Committer: jlec
X-VCS-Committer-Name: Justin Lecher
X-VCS-Revision: fc2fab16e8622591b3d3f96c2cdc5d9b1c9303d8
X-VCS-Branch: master
Date: Sun, 11 Oct 2015 07:05:32 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: ba3305bf-ba65-49e2-a3e1-ed2dad98b0ab
X-Archives-Hash: 1005715c8eecf519d70eac83145b90cd

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() {