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 19EA9138350 for ; Sat, 1 Feb 2020 21:48:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7F44E07A5; Sat, 1 Feb 2020 21:48:00 +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 C2008E07A5 for ; Sat, 1 Feb 2020 21:48:00 +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 7719734E41C for ; Sat, 1 Feb 2020 21:47:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88D6CAF for ; Sat, 1 Feb 2020 21:47:57 +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: <1580593670.bdd1cc4fb2ef599e69321ec12dd7a260acd5d283.anarchy@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/ X-VCS-Repository: proj/mozilla X-VCS-Files: www-client/firefox/firefox-73.0_beta11.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: bdd1cc4fb2ef599e69321ec12dd7a260acd5d283 X-VCS-Branch: master Date: Sat, 1 Feb 2020 21:47:57 +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: c0cc6c21-b0ea-41c1-bcd4-d53792a30a39 X-Archives-Hash: ac651781eee33def6d8e38216c80986c commit: bdd1cc4fb2ef599e69321ec12dd7a260acd5d283 Author: Jory Pratt gentoo org> AuthorDate: Sat Feb 1 21:47:50 2020 +0000 Commit: Jory Pratt gentoo org> CommitDate: Sat Feb 1 21:47:50 2020 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=bdd1cc4f www-client/firefox: adjust harfbuzz dep Package-Manager: Portage-2.3.86, Repoman-2.3.20 Signed-off-by: Jory Pratt gentoo.org> www-client/firefox/firefox-73.0_beta11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/firefox/firefox-73.0_beta11.ebuild b/www-client/firefox/firefox-73.0_beta11.ebuild index 884c498..2ac7676 100644 --- a/www-client/firefox/firefox-73.0_beta11.ebuild +++ b/www-client/firefox/firefox-73.0_beta11.ebuild @@ -105,7 +105,7 @@ CDEPEND=" >=media-libs/dav1d-0.3.0:= >=media-libs/libaom-1.0.0:= ) - system-harfbuzz? ( >=media-libs/harfbuzz-2.5.3:0= >=media-gfx/graphite2-1.3.13 ) + system-harfbuzz? ( >=media-libs/harfbuzz-2.6.4:0= >=media-gfx/graphite2-1.3.13 ) system-icu? ( >=dev-libs/icu-64.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) system-libevent? ( >=dev-libs/libevent-2.0:0=[threads] )