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 51F3E138334 for ; Mon, 9 Dec 2019 03:35:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D09BE0874; Mon, 9 Dec 2019 03:35:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 EED6AE0874 for ; Mon, 9 Dec 2019 03:35:21 +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 11FBD34D4DB for ; Mon, 9 Dec 2019 03:35:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66F58895 for ; Mon, 9 Dec 2019 03:35:17 +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: <1575862507.fee0e95355c923443e43f4e3bf69717e4ef72a09.anarchy@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/ X-VCS-Repository: proj/mozilla X-VCS-Files: www-client/firefox/Manifest www-client/firefox/firefox-72.0_beta3.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: fee0e95355c923443e43f4e3bf69717e4ef72a09 X-VCS-Branch: master Date: Mon, 9 Dec 2019 03:35:17 +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: 47cf916b-5c14-44ec-8d6d-bf7d25479b60 X-Archives-Hash: fd7624cc55116cbfe4adf50833234d45 commit: fee0e95355c923443e43f4e3bf69717e4ef72a09 Author: Jory Pratt gentoo org> AuthorDate: Mon Dec 9 03:35:07 2019 +0000 Commit: Jory Pratt gentoo org> CommitDate: Mon Dec 9 03:35:07 2019 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=fee0e953 www-client/firefox: Add patch to fix regression on wayland Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Jory Pratt gentoo.org> www-client/firefox/Manifest | 2 +- www-client/firefox/firefox-72.0_beta3.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest index 715c1a3..3b0df3a 100644 --- a/www-client/firefox/Manifest +++ b/www-client/firefox/Manifest @@ -1,2 +1,2 @@ -DIST firefox-72.0-patches-02.tar.xz 17028 BLAKE2B 5689840448fde363d4c3bf5b0d55ba9f6e54b4445c14dd6a40fdcec8d848c1174cec5bf359c8962906f032f927fdc000264e7b038917e9c81103ac7896afaa94 SHA512 86e97d732d431f1567945e380459de1ccb35d46e0befe9205f10ebdd9759e5111e477eff1383a28a17866e09118e2c7862af54c812c277797a9ec316f2b7306a +DIST firefox-72.0-patches-03.tar.xz 17620 BLAKE2B 7b807d05bdbee0ca3d998ea130c86208a8975b41a73c5bee3eeae655a8742eec5373f96cfd7a4e18062be2387f39cfb8ac081cd431b6dd1ae2ceb157b7e6e5a9 SHA512 552d141fa9bdaefd60ef253c0faa734d22e5f058dec134a075d226d2875fba8017e67f53be19bc8ff69903300e4758f00ee71333f12b41f42ff2f47d990e1d6c DIST firefox-72.0b3.source.tar.xz 314387408 BLAKE2B 35f1ea6392bf80d015e7bd94562a44a6b30d365976b2280dbe04e1e1b3ec9023499934fef4f041607e9dad32189b46f9774cbcac7225ce7d1dd36ee4c0516c58 SHA512 c33deadb16d7712a4e1398fd8b992c4217813a4f14370af89a50d162a3fb14fa80a26f4a7f3016b16fe0674e1cf8f5031597f5cec8f0b4725c7493b498322d48 diff --git a/www-client/firefox/firefox-72.0_beta3.ebuild b/www-client/firefox/firefox-72.0_beta3.ebuild index 33b6643..aa545d4 100644 --- a/www-client/firefox/firefox-72.0_beta3.ebuild +++ b/www-client/firefox/firefox-72.0_beta3.ebuild @@ -27,7 +27,7 @@ if [[ ${MOZ_ESR} == 1 ]] ; then fi # Patch version -PATCH="${PN}-72.0-patches-02" +PATCH="${PN}-72.0-patches-03" MOZ_HTTP_URI="https://archive.mozilla.org/pub/${PN}/releases" MOZ_SRC_URI="${MOZ_HTTP_URI}/${MOZ_PV}/source/firefox-${MOZ_PV}.source.tar.xz"