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 3B11615808B for ; Sun, 10 Apr 2022 09:08:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 886CAE08FC; Sun, 10 Apr 2022 09:07:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F1CECE08FC for ; Sun, 10 Apr 2022 09:07:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 77FA4341842 for ; Sun, 10 Apr 2022 09:07:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 163ED396 for ; Sun, 10 Apr 2022 09:07:43 +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: <1649581660.8bc3be8f915ac1fe436546c0b007c7e293600b9f.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-99.0.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 8bc3be8f915ac1fe436546c0b007c7e293600b9f X-VCS-Branch: master Date: Sun, 10 Apr 2022 09:07:43 +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: 5d56a514-785a-42f2-aa5f-27d61b787ac3 X-Archives-Hash: f5849dffea06d6c7b90f1d1118d5d02d commit: 8bc3be8f915ac1fe436546c0b007c7e293600b9f Author: Joonas Niilola gentoo org> AuthorDate: Sun Apr 10 09:01:34 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Apr 10 09:07:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bc3be8f www-client/firefox: disable domstreams on 99.0 - misunderstood upstream message of "flipping the switch" on domstreams, but upon inspection, it's still disabled. Let's default to what upstream does for now. Signed-off-by: Joonas Niilola gentoo.org> www-client/firefox/firefox-99.0.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/www-client/firefox/firefox-99.0.ebuild b/www-client/firefox/firefox-99.0.ebuild index e9591cce7722..d0cd286eb949 100644 --- a/www-client/firefox/firefox-99.0.ebuild +++ b/www-client/firefox/firefox-99.0.ebuild @@ -696,11 +696,9 @@ src_configure() { --disable-cargo-incremental \ --disable-crashreporter \ --disable-install-strip \ - --disable-minify \ --disable-parental-controls \ --disable-strip \ --disable-updater \ - --enable-dom-streams \ --enable-negotiateauth \ --enable-new-pass-manager \ --enable-official-branding \