From: "Ian Stakenvicius" <axs@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/mozilla:crossdev commit in: www-client/firefox/
Date: Wed, 23 Dec 2015 21:33:29 +0000 (UTC) [thread overview]
Message-ID: <1450906399.09ea0e19d337189f089403623e2b0be4053eba8b.axs@gentoo> (raw)
commit: 09ea0e19d337189f089403623e2b0be4053eba8b
Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 23 21:32:21 2015 +0000
Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
CommitDate: Wed Dec 23 21:33:19 2015 +0000
URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=09ea0e19
fix logic error causing USE=-hwaccel to die
www-client/firefox/firefox-43.0.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/www-client/firefox/firefox-43.0.ebuild b/www-client/firefox/firefox-43.0.ebuild
index 24ec37a..d0229f5 100644
--- a/www-client/firefox/firefox-43.0.ebuild
+++ b/www-client/firefox/firefox-43.0.ebuild
@@ -298,9 +298,11 @@ src_install() {
|| die
# Augment this with hwaccel prefs
- use hwaccel && cat "${FILESDIR}"/gentoo-hwaccel-prefs.js-1 >> \
+ if use hwaccel ; then
+ cat "${FILESDIR}"/gentoo-hwaccel-prefs.js-1 >> \
"${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" \
|| die
+ fi
# Set default path to search for dictionaries.
echo "pref(\"spellchecker.dictionary_path\", ${DICTPATH});" \
next reply other threads:[~2015-12-23 21:33 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-23 21:33 Ian Stakenvicius [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-12-23 21:52 [gentoo-commits] proj/mozilla:crossdev commit in: www-client/firefox/ Ian Stakenvicius
2015-12-23 21:52 Ian Stakenvicius
2015-12-23 21:41 Ian Stakenvicius
2015-12-23 21:41 Ian Stakenvicius
2015-12-23 21:33 Ian Stakenvicius
2015-12-23 21:30 Ian Stakenvicius
2015-12-23 21:30 Ian Stakenvicius
2015-12-16 18:38 [gentoo-commits] proj/mozilla:master " Ian Stakenvicius
2015-12-23 21:30 ` [gentoo-commits] proj/mozilla:crossdev " Ian Stakenvicius
2015-12-03 0:24 Ian Stakenvicius
2015-11-30 16:16 Ian Stakenvicius
2015-11-27 21:00 [gentoo-commits] proj/mozilla:master " Ian Stakenvicius
2015-11-30 3:14 ` [gentoo-commits] proj/mozilla:crossdev " Ian Stakenvicius
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1450906399.09ea0e19d337189f089403623e2b0be4053eba8b.axs@gentoo \
--to=axs@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox