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 0E2EA158086 for ; Mon, 6 Dec 2021 15:48:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 539392BC00C; Mon, 6 Dec 2021 15:48:49 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 3A4412BC00C for ; Mon, 6 Dec 2021 15:48:49 +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 4206334359C for ; Mon, 6 Dec 2021 15:48:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C77E31A0 for ; Mon, 6 Dec 2021 15:48:46 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1638805722.9f7c4921012897868c8f254d9a042b51de43e120.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/firefox/firefox-95.0.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 9f7c4921012897868c8f254d9a042b51de43e120 X-VCS-Branch: master Date: Mon, 6 Dec 2021 15:48:46 +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: e8de61c0-7c85-4fd0-8c9e-32e372eba764 X-Archives-Hash: 92636ac3728c8cc813811bc8c34a2f87 commit: 9f7c4921012897868c8f254d9a042b51de43e120 Author: Thomas Deutschmann gentoo org> AuthorDate: Mon Dec 6 15:48:20 2021 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Mon Dec 6 15:48:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f7c4921 www-client/firefox: force USE=dbus for USE=wayland Closes: https://bugs.gentoo.org/822237 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann gentoo.org> www-client/firefox/firefox-95.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/www-client/firefox/firefox-95.0.ebuild b/www-client/firefox/firefox-95.0.ebuild index 0ae41ed14d1a..aa35fbcd4083 100644 --- a/www-client/firefox/firefox-95.0.ebuild +++ b/www-client/firefox/firefox-95.0.ebuild @@ -73,6 +73,7 @@ IUSE+=" +gmp-autoupdate" IUSE+=" screencast" REQUIRED_USE="debug? ( !system-av1 ) + wayland? ( dbus ) wifi? ( dbus )" # Firefox-only REQUIRED_USE flags