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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 19D9F158086 for ; Wed, 3 Nov 2021 07:36:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 504D9E085E; Wed, 3 Nov 2021 07:35:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E8906E085E for ; Wed, 3 Nov 2021 07:35:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E05ED342A89 for ; Wed, 3 Nov 2021 07:35:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DAD3156 for ; Wed, 3 Nov 2021 07:35:56 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1635924847.8493558bc5ad080cd7e1ba8d955981a3cf2d420a.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/firefox/firefox-91.3.0.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 8493558bc5ad080cd7e1ba8d955981a3cf2d420a X-VCS-Branch: master Date: Wed, 3 Nov 2021 07:35:56 +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: 77599ab6-2fe0-46fc-9a75-6af9a7e7c0e5 X-Archives-Hash: 44c0a831886929b5b1028e0af145664e commit: 8493558bc5ad080cd7e1ba8d955981a3cf2d420a Author: Joonas Niilola gentoo org> AuthorDate: Wed Nov 3 07:34:07 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Nov 3 07:34:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8493558b www-client/firefox: add REQUIRED_USE="wifi? ( dbus )" for 91.3.0 - DEBUG: configure: error: Necko WiFi scanning needs DBus on your platform, remove --disable-dbus or use --disable-necko-wifi Signed-off-by: Joonas Niilola gentoo.org> www-client/firefox/firefox-91.3.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www-client/firefox/firefox-91.3.0.ebuild b/www-client/firefox/firefox-91.3.0.ebuild index 7764b7c4a09..bec0a5d6c23 100644 --- a/www-client/firefox/firefox-91.3.0.ebuild +++ b/www-client/firefox/firefox-91.3.0.ebuild @@ -67,7 +67,8 @@ IUSE="+clang cpu_flags_arm_neon dbus debug eme-free geckodriver +gmp-autoupdate +system-libvpx +system-webp wayland wifi" REQUIRED_USE="debug? ( !system-av1 ) - screencast? ( wayland )" + screencast? ( wayland ) + wifi? ( dbus )" BDEPEND="${PYTHON_DEPS} app-arch/unzip