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 92DCF158099 for ; Wed, 22 Nov 2023 14:29:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB4072BC026; Wed, 22 Nov 2023 14:29:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 9FD162BC026 for ; Wed, 22 Nov 2023 14:29:46 +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 C0396335D87 for ; Wed, 22 Nov 2023 14:29:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 213F713B3 for ; Wed, 22 Nov 2023 14:29:44 +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: <1700663294.0a64eb271ee08998746b629db8aa3a86aa4b67c7.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/thunderbird/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/thunderbird/thunderbird-115.5.0.ebuild X-VCS-Directories: mail-client/thunderbird/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 0a64eb271ee08998746b629db8aa3a86aa4b67c7 X-VCS-Branch: master Date: Wed, 22 Nov 2023 14:29:44 +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: 5db93eb9-44aa-4193-88a6-585786a12d79 X-Archives-Hash: 7d3d89cd9eb45004a9e2ac79f9a5c22e commit: 0a64eb271ee08998746b629db8aa3a86aa4b67c7 Author: Joonas Niilola gentoo org> AuthorDate: Wed Nov 22 14:28:14 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Nov 22 14:28:14 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a64eb27 mail-client/thunderbird: update the icu logic to be consistent - this will also allow us to un-use.mask thunderbird[system-icu], and move it to stable use.mask instead. Signed-off-by: Joonas Niilola gentoo.org> mail-client/thunderbird/thunderbird-115.5.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mail-client/thunderbird/thunderbird-115.5.0.ebuild b/mail-client/thunderbird/thunderbird-115.5.0.ebuild index 7ee57453bb58..17e0f8878c88 100644 --- a/mail-client/thunderbird/thunderbird-115.5.0.ebuild +++ b/mail-client/thunderbird/thunderbird-115.5.0.ebuild @@ -611,6 +611,9 @@ src_prepare() { fi # Workaround for bgo#917599 + if has_version ">=dev-libs/icu-74.1" && use system-icu ; then + eapply "${WORKDIR}"/firefox-patches/0029-bmo-1862601-system-icu-74.patch + fi rm -v "${WORKDIR}"/firefox-patches/0029-bmo-1862601-system-icu-74.patch || die eapply "${WORKDIR}/firefox-patches"