From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1004498-garchives=archives.gentoo.org@lists.gentoo.org> 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 8BF611382C5 for <garchives@archives.gentoo.org>; Mon, 19 Feb 2018 16:00:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3B2EE0B63; Mon, 19 Feb 2018 16:00:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A26F6E0B63 for <gentoo-commits@lists.gentoo.org>; Mon, 19 Feb 2018 16:00:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 156F8335C09 for <gentoo-commits@lists.gentoo.org>; Mon, 19 Feb 2018 16:00:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C31B378 for <gentoo-commits@lists.gentoo.org>; Mon, 19 Feb 2018 16:00:00 +0000 (UTC) From: "Jory Pratt" <anarchy@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" <anarchy@gentoo.org> Message-ID: <1519055822.7bb771a5a29810e66a6e77a5662d0efdcfd0dfbf.anarchy@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/ X-VCS-Repository: proj/mozilla X-VCS-Files: www-client/firefox/firefox-59.0_beta10.ebuild www-client/firefox/metadata.xml X-VCS-Directories: www-client/firefox/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 7bb771a5a29810e66a6e77a5662d0efdcfd0dfbf X-VCS-Branch: master Date: Mon, 19 Feb 2018 16:00:00 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 053b0db0-8b1a-445f-bc88-733f89c7ccc9 X-Archives-Hash: e13bd918ba551a98d11e664c4d6c7977 commit: 7bb771a5a29810e66a6e77a5662d0efdcfd0dfbf Author: Jory A. Pratt <anarchy <AT> gentoo <DOT> org> AuthorDate: Mon Feb 19 15:57:02 2018 +0000 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org> CommitDate: Mon Feb 19 15:57:02 2018 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=7bb771a5 www-client/firefox: use mozconfig_use_enable for eme Package-Manager: Portage-2.3.24, Repoman-2.3.6 www-client/firefox/firefox-59.0_beta10.ebuild | 3 ++- www-client/firefox/metadata.xml | 7 ------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/www-client/firefox/firefox-59.0_beta10.ebuild b/www-client/firefox/firefox-59.0_beta10.ebuild index 67e5ad1..0cb3057 100644 --- a/www-client/firefox/firefox-59.0_beta10.ebuild +++ b/www-client/firefox/firefox-59.0_beta10.ebuild @@ -189,7 +189,8 @@ src_configure() { # enable JACK, bug 600002 mozconfig_use_enable jack - use eme-free && mozconfig_annotate '+eme-free' --disable-eme + # Enable/Disable eme support + mozconfig_use_enable eme-free eme # It doesn't compile on alpha without this LDFLAGS use alpha && append-ldflags "-Wl,--no-relax" diff --git a/www-client/firefox/metadata.xml b/www-client/firefox/metadata.xml index 7e0a3a9..1352fb9 100644 --- a/www-client/firefox/metadata.xml +++ b/www-client/firefox/metadata.xml @@ -11,17 +11,10 @@ <flag name="custom-optimization">Build with user-specified compiler optimizations (-Os, -O0, -O1, -O2, -O3) from CFLAGS (unsupported)</flag> <flag name="eme-free">Disable EME (DRM plugin) cabability at build time</flag> - <flag name="gtk2">Use the cairo-gtk2 rendering engine</flag> <flag name="gmp-autoupdate">Allow Gecko Media Plugins (binary blobs) to be automatically downloaded and kept up-to-date in user profiles</flag> <flag name="hwaccel">Force-enable hardware-accelerated rendering (Mozilla bug 594876)</flag> - <flag name="jemalloc">Enable or disable jemalloc</flag> - <flag name="pgo">Add support for profile-guided optimization using gcc-4.5, - for faster binaries. This option will double the compile time.</flag> - <flag name="rust">Enable support for using rust compiler (experimental)</flag> <flag name="screenshot"> Allow to disable screenshot extension in global profile</flag> - <flag name="system-cairo">Use the system-wide <pkg>x11-libs/cairo</pkg> - instead of bundled.</flag> <flag name="system-harfbuzz">Use the system-wide <pkg>media-libs/harfbuzz</pkg> and <pkg>media-gfx/graphite2</pkg> instead of bundled.</flag> <flag name="system-icu">Use the system-wide <pkg>dev-libs/icu</pkg>