Gentoo Archives: gentoo-commits

From: Ian Stakenvicius <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/
Date: Thu, 28 Sep 2017 15:48:00
Message-Id: 1506613664.a17df3d6c9060249605bcc9c14b4fac28efdede3.axs@gentoo
1 commit: a17df3d6c9060249605bcc9c14b4fac28efdede3
2 Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 28 15:47:44 2017 +0000
4 Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 28 15:47:44 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=a17df3d6
7
8 firefox-52.4: fix typo
9
10 www-client/firefox/firefox-52.4.0.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/www-client/firefox/firefox-52.4.0.ebuild b/www-client/firefox/firefox-52.4.0.ebuild
14 index ebd29fb..4c967d6 100644
15 --- a/www-client/firefox/firefox-52.4.0.ebuild
16 +++ b/www-client/firefox/firefox-52.4.0.ebuild
17 @@ -300,7 +300,7 @@ src_install() {
18 || die
19
20 local plugin
21 - use gmp-autoupdate || || use eme-free || for plugin in "${GMP_PLUGIN_LIST[@]}" ; do
22 + use gmp-autoupdate || use eme-free || for plugin in "${GMP_PLUGIN_LIST[@]}" ; do
23 echo "pref(\"media.${plugin}.autoupdate\", false);" >> \
24 "${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" \
25 || die