From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id AD41F59CA9 for ; Mon, 28 Mar 2016 14:58:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 861B3E0883; Mon, 28 Mar 2016 14:57:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 BF526E0884 for ; Mon, 28 Mar 2016 14:57:58 +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 9CA943409F2 for ; Mon, 28 Mar 2016 14:57:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A29485D for ; Mon, 28 Mar 2016 14:57:54 +0000 (UTC) From: "Ian Stakenvicius" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Stakenvicius" Message-ID: <1458835418.32720627c1f618a2269dfd10ad56a772f756a0e2.axs@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/ X-VCS-Repository: proj/mozilla X-VCS-Files: www-client/firefox/firefox-46.0_beta1.ebuild www-client/firefox/metadata.xml X-VCS-Directories: www-client/firefox/ X-VCS-Committer: axs X-VCS-Committer-Name: Ian Stakenvicius X-VCS-Revision: 32720627c1f618a2269dfd10ad56a772f756a0e2 X-VCS-Branch: master Date: Mon, 28 Mar 2016 14:57:54 +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: bcc352f3-3630-4ca0-a531-e9af5039a614 X-Archives-Hash: c0d35c67ee44cd37faf4cf6ee82c6c08 commit: 32720627c1f618a2269dfd10ad56a772f756a0e2 Author: Ian Stakenvicius gentoo org> AuthorDate: Thu Mar 24 16:01:59 2016 +0000 Commit: Ian Stakenvicius gentoo org> CommitDate: Thu Mar 24 16:03:38 2016 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=32720627 Adjust firefox-46.0_beta1 to use new gtk3-default logic www-client/firefox/firefox-46.0_beta1.ebuild | 6 +++--- www-client/firefox/metadata.xml | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/www-client/firefox/firefox-46.0_beta1.ebuild b/www-client/firefox/firefox-46.0_beta1.ebuild index b87fff9..ebda88f 100644 --- a/www-client/firefox/firefox-46.0_beta1.ebuild +++ b/www-client/firefox/firefox-46.0_beta1.ebuild @@ -30,10 +30,10 @@ fi PATCH="${PN}-46.0-patches-0.2" MOZ_HTTP_URI="https://archive.mozilla.org/pub/${PN}/releases" -MOZCONFIG_OPTIONAL_GTK3="enabled" -#MOZCONFIG_OPTIONAL_QT5=1 +MOZCONFIG_OPTIONAL_GTK2ONLY=1 +#MOZCONFIG_OPTIONAL_QT5=1 -- fails to build so leave it off until the code can be patched MOZCONFIG_OPTIONAL_WIFI=1 -#MOZCONFIG_OPTIONAL_JIT="enabled" +#MOZCONFIG_OPTIONAL_JIT="enabled" -- forcing jit no matter what, hardened should work due to W^X support inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils mozconfig-v6.46 pax-utils fdo-mime autotools virtualx mozlinguas diff --git a/www-client/firefox/metadata.xml b/www-client/firefox/metadata.xml index eaa95d5..27d7ed6 100644 --- a/www-client/firefox/metadata.xml +++ b/www-client/firefox/metadata.xml @@ -10,6 +10,7 @@ are not binary-redistributable according to upstream. Fine-tune custom compiler optimizations (-Os, -O0, -O1, -O2, -O3) + Use the cairo-gtk2 rendering engine Allow Gecko Media Plugins (binary blobs) to be automatically downloaded and kept up-to-date in user profiles Use gstreamer:0.10 instead of gstreamer:1 for media support