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 4BEDA158094 for ; Fri, 16 Sep 2022 12:36:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73326E0871; Fri, 16 Sep 2022 12:36:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 57CEAE0871 for ; Fri, 16 Sep 2022 12:36:49 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 49C9D340CC5 for ; Fri, 16 Sep 2022 12:36:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BBEB5D7 for ; Fri, 16 Sep 2022 12:36: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: <1663331803.ec5b323815e286069b2f7041cbbaa062676b5ce6.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/seamonkey/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/seamonkey/seamonkey-2.53.13.ebuild X-VCS-Directories: www-client/seamonkey/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: ec5b323815e286069b2f7041cbbaa062676b5ce6 X-VCS-Branch: master Date: Fri, 16 Sep 2022 12:36: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: 1ca91081-13be-4f0a-966d-41ac2ac12374 X-Archives-Hash: 14eb59c3ca770443bdbad4a9179ca461 commit: ec5b323815e286069b2f7041cbbaa062676b5ce6 Author: Myckel Habets habets-dobben nl> AuthorDate: Thu Sep 15 09:01:30 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Sep 16 12:36:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec5b3238 www-client/seamonkey: 2.53.13: build fix Hotfix for building seamonkey-2.53.13 due to a missing include statement. Closes: https://bugs.gentoo.org/869143 Signed-off-by: Myckel Habets habets-dobben.nl> Closes: https://github.com/gentoo/gentoo/pull/27266 Signed-off-by: Joonas Niilola gentoo.org> www-client/seamonkey/seamonkey-2.53.13.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www-client/seamonkey/seamonkey-2.53.13.ebuild b/www-client/seamonkey/seamonkey-2.53.13.ebuild index d61c8f33b22f..7f598f4500d4 100644 --- a/www-client/seamonkey/seamonkey-2.53.13.ebuild +++ b/www-client/seamonkey/seamonkey-2.53.13.ebuild @@ -179,6 +179,9 @@ src_unpack() { } src_prepare() { + # Hotfix for bug: 869143 + sed -e '/^#include /a #include ' -i mfbt/tests/TestUniquePtr.cpp || die + # Apply our patches eapply "${WORKDIR}"/gentoo-${PN}-patches-${PV}/${PN}