From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3EFDE139082 for ; Tue, 17 Jan 2017 16:59:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9371EE0FED; Tue, 17 Jan 2017 16:59:04 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 73BD3E0FED for ; Tue, 17 Jan 2017 16:59:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AC81934108B for ; Tue, 17 Jan 2017 16:59:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2601D7CC for ; Tue, 17 Jan 2017 16:59:02 +0000 (UTC) From: "Andrew Savchenko" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Savchenko" Message-ID: <1484672252.96302d1a276b0229d6705c984f218f68d2f7660f.bircoph@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/ X-VCS-Repository: proj/mozilla X-VCS-Files: www-client/firefox/firefox-51.0_beta14.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: bircoph X-VCS-Committer-Name: Andrew Savchenko X-VCS-Revision: 96302d1a276b0229d6705c984f218f68d2f7660f X-VCS-Branch: master Date: Tue, 17 Jan 2017 16:59:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f4ed5c4b-2e64-4dc8-8ddf-e7c648732cbc X-Archives-Hash: ff00da2b4bbb60d19c231bfd1c457698 commit: 96302d1a276b0229d6705c984f218f68d2f7660f Author: Andrew Savchenko gmail com> AuthorDate: Tue Jan 17 16:57:32 2017 +0000 Commit: Andrew Savchenko gentoo org> CommitDate: Tue Jan 17 16:57:32 2017 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=96302d1a Port fix for bug 600386 from the main tree Port commit 53b80a8d0b9a3eb6c20a3e9c56add2381a1d91dc www-client/firefox/firefox-51.0_beta14.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-client/firefox/firefox-51.0_beta14.ebuild b/www-client/firefox/firefox-51.0_beta14.ebuild index b91bd46..8075488 100644 --- a/www-client/firefox/firefox-51.0_beta14.ebuild +++ b/www-client/firefox/firefox-51.0_beta14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -255,7 +255,7 @@ src_compile() { fi fi shopt -u nullglob - addpredict "${cards}" + [[ -n "${cards}" ]] && addpredict "${cards}" MOZ_MAKE_FLAGS="${MAKEOPTS}" SHELL="${SHELL:-${EPREFIX%/}/bin/bash}" \ virtx emake -f client.mk profiledbuild || die "virtx emake failed"