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 1179D158086 for ; Wed, 12 Jan 2022 07:54:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A0772BC004; Wed, 12 Jan 2022 07:54:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 000182BC004 for ; Wed, 12 Jan 2022 07:54:48 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A7F69343181 for ; Wed, 12 Jan 2022 07:54:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E9A0286 for ; Wed, 12 Jan 2022 07:54:46 +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: <1641974013.cda0768b59cf40e4661e65e4ba99befc60328553.juippis@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/ X-VCS-Repository: proj/mozilla X-VCS-Files: www-client/firefox/firefox-96.0.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: cda0768b59cf40e4661e65e4ba99befc60328553 X-VCS-Branch: master Date: Wed, 12 Jan 2022 07:54: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: 946dd5c3-7f34-41cd-a992-821a7c203a5b X-Archives-Hash: 76b97c20bbe38d13f34036e05c0495d7 commit: cda0768b59cf40e4661e65e4ba99befc60328553 Author: Joonas Niilola gentoo org> AuthorDate: Wed Jan 12 07:53:33 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Jan 12 07:53:33 2022 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=cda0768b www-client/firefox: update icu requirement per #831036 Signed-off-by: Joonas Niilola gentoo.org> www-client/firefox/firefox-96.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/firefox/firefox-96.0.ebuild b/www-client/firefox/firefox-96.0.ebuild index 4cdf4709..37db0d2c 100644 --- a/www-client/firefox/firefox-96.0.ebuild +++ b/www-client/firefox/firefox-96.0.ebuild @@ -158,7 +158,7 @@ CDEPEND=" >=media-libs/harfbuzz-2.8.1:0= >=media-gfx/graphite2-1.3.13 ) - system-icu? ( >=dev-libs/icu-69.1:= ) + system-icu? ( >=dev-libs/icu-70.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) system-libevent? ( >=dev-libs/libevent-2.0:0=[threads] ) system-libvpx? ( >=media-libs/libvpx-1.8.2:0=[postproc] )