From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 F25FC138334 for ; Wed, 4 Sep 2019 13:43:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EEFA3E0207; Wed, 4 Sep 2019 13:43:53 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E2404E0207 for ; Wed, 4 Sep 2019 13:43:52 +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 75F7834ABF9 for ; Wed, 4 Sep 2019 13:43:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5B98776 for ; Wed, 4 Sep 2019 13:43:48 +0000 (UTC) From: "Jory Pratt" 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" Message-ID: <1567604613.1e64a89f56d874f12583be0dc83b4c4ce9693d5e.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-69.0.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 1e64a89f56d874f12583be0dc83b4c4ce9693d5e X-VCS-Branch: master Date: Wed, 4 Sep 2019 13:43:48 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4d12aa9a-4f77-423e-9508-bc6c90e34a33 X-Archives-Hash: cb08a313e9629c5d32f58a22e0f3bf79 commit: 1e64a89f56d874f12583be0dc83b4c4ce9693d5e Author: Jory Pratt gentoo org> AuthorDate: Wed Sep 4 13:43:33 2019 +0000 Commit: Jory Pratt gentoo org> CommitDate: Wed Sep 4 13:43:33 2019 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=1e64a89f www-client/firefox: dbus is mandatory for >=69.0 Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Jory Pratt gentoo.org> www-client/firefox/firefox-69.0.ebuild | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/www-client/firefox/firefox-69.0.ebuild b/www-client/firefox/firefox-69.0.ebuild index 2794554..815eea2 100644 --- a/www-client/firefox/firefox-69.0.ebuild +++ b/www-client/firefox/firefox-69.0.ebuild @@ -51,7 +51,7 @@ KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" SLOT="0" LICENSE="MPL-2.0 GPL-2 LGPL-2.1" -IUSE="bindist clang cpu_flags_x86_avx2 dbus debug eme-free geckodriver +IUSE="bindist clang cpu_flags_x86_avx2 debug eme-free geckodriver +gmp-autoupdate hardened hwaccel jack lto neon pgo pulseaudio +screenshot selinux startup-notification +system-av1 +system-harfbuzz +system-icu +system-jpeg +system-libevent @@ -79,7 +79,7 @@ CDEPEND=" >=media-libs/freetype-2.4.10 kernel_linux? ( !pulseaudio? ( media-libs/alsa-lib ) ) virtual/freedesktop-icon-theme - dbus? ( >=sys-apps/dbus-0.60 + || ( >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) >=x11-libs/pixman-0.19.2 @@ -108,9 +108,7 @@ CDEPEND=" ) system-sqlite? ( >=dev-db/sqlite-3.28.0:3[secure-delete,debug=] ) system-webp? ( >=media-libs/libwebp-1.0.2:0= ) - wifi? ( kernel_linux? ( >=sys-apps/dbus-0.60 - >=dev-libs/dbus-glib-0.72 - net-misc/networkmanager ) ) + wifi? ( kernel_linux? ( net-misc/networkmanager ) ) jack? ( virtual/jack ) selinux? ( sec-policy/selinux-mozilla )" @@ -168,7 +166,7 @@ DEPEND="${CDEPEND} )" # We use virtx eclass which cannot handle wayland -REQUIRED_USE="wifi? ( dbus ) +REQUIRED_USE=" pgo? ( lto !wayland @@ -492,6 +490,7 @@ src_configure() { mozconfig_annotate '' --disable-gconf mozconfig_annotate '' --with-intl-api mozconfig_annotate '' --enable-system-pixman + mozconfig_annotate '' --enable-dbus # Instead of the standard --build= and --host=, mozilla uses --host instead # of --build, and --target intstead of --host. # Note, mozilla also has --build but it does not do what you think it does. @@ -536,8 +535,6 @@ src_configure() { python/mozbuild/mozbuild/controller/building.py || \ die "Failed to disable ccache stats call" - mozconfig_use_enable dbus - mozconfig_use_enable wifi necko-wifi mozconfig_use_enable geckodriver