commit:     96302d1a276b0229d6705c984f218f68d2f7660f
Author:     Andrew Savchenko <bircoph <AT> gmail <DOT> com>
AuthorDate: Tue Jan 17 16:57:32 2017 +0000
Commit:     Andrew Savchenko <bircoph <AT> gentoo <DOT> 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"

Reply via email to