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 F1456158012 for ; Thu, 23 Sep 2021 14:32:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36293E0961; Thu, 23 Sep 2021 14:32:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1CE09E0961 for ; Thu, 23 Sep 2021 14:32:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F03D5342CE9 for ; Thu, 23 Sep 2021 14:32:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55B58ED for ; Thu, 23 Sep 2021 14:32:36 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1632407549.28c77c46f536ff82691548fb000fa4cc2a5c2378.polynomial-c@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.9.ebuild X-VCS-Directories: www-client/seamonkey/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 28c77c46f536ff82691548fb000fa4cc2a5c2378 X-VCS-Branch: master Date: Thu, 23 Sep 2021 14:32:36 +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: 18b470f6-0e6c-4a6a-a1ae-517f78376d84 X-Archives-Hash: fd662847969344d7ef46e5c65f851530 commit: 28c77c46f536ff82691548fb000fa4cc2a5c2378 Author: Lars Wendler gentoo org> AuthorDate: Thu Sep 23 13:11:44 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Sep 23 14:32:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28c77c46 www-client/seamonkey: Disable ELF hack Signed-off-by: Lars Wendler gentoo.org> www-client/seamonkey/seamonkey-2.53.9.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www-client/seamonkey/seamonkey-2.53.9.ebuild b/www-client/seamonkey/seamonkey-2.53.9.ebuild index df992f53f53..639b00c6f4e 100644 --- a/www-client/seamonkey/seamonkey-2.53.9.ebuild +++ b/www-client/seamonkey/seamonkey-2.53.9.ebuild @@ -403,6 +403,9 @@ src_configure() { # use startup-cache for faster startup time mozconfig_annotate '' --enable-startupcache + # Broken on some arches + mozconfig_annotate '' --disable-elf-hack + # Use an objdir to keep things organized. echo "mk_add_options MOZ_OBJDIR=${BUILD_OBJ_DIR}" >> "${S}"/.mozconfig echo "mk_add_options XARGS=/usr/bin/xargs" >> "${S}"/.mozconfig