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 2C4C61382C5 for ; Fri, 5 Jun 2020 10:40:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 378B2E093A; Fri, 5 Jun 2020 10:40:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 1C110E093A for ; Fri, 5 Jun 2020 10:40:37 +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 8734434F251 for ; Fri, 5 Jun 2020 10:40:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE324285 for ; Fri, 5 Jun 2020 10:40:32 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1591353381.2f38cb9616612f5550b6e285e3af8ad3f31053a6.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/thunderbird/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/thunderbird/thunderbird-68.9.0.ebuild X-VCS-Directories: mail-client/thunderbird/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 2f38cb9616612f5550b6e285e3af8ad3f31053a6 X-VCS-Branch: master Date: Fri, 5 Jun 2020 10:40:32 +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: 7c3e73c5-3c66-4857-9828-298c2cb4f67f X-Archives-Hash: e73886e87886fca9cbe03f2625dab0b4 commit: 2f38cb9616612f5550b6e285e3af8ad3f31053a6 Author: Sergei Trofimovich gentoo org> AuthorDate: Fri Jun 5 10:36:04 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Jun 5 10:36:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f38cb96 mail-client/thunderbird: fix building against sys-devel/binutils-config[-native-symlinks] Bug: https://bugs.gentoo.org/727160 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann gentoo.org> mail-client/thunderbird/thunderbird-68.9.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/mail-client/thunderbird/thunderbird-68.9.0.ebuild b/mail-client/thunderbird/thunderbird-68.9.0.ebuild index 48f7e47c336..54e53821c21 100644 --- a/mail-client/thunderbird/thunderbird-68.9.0.ebuild +++ b/mail-client/thunderbird/thunderbird-68.9.0.ebuild @@ -500,6 +500,7 @@ src_configure() { # Set both --target and --host as mozilla uses python to guess values otherwise mozconfig_annotate '' --target="${CHOST}" mozconfig_annotate '' --host="${CBUILD:-${CHOST}}" + mozconfig_annotate '' --with-toolchain-prefix="${CHOST}-" if use system-libevent ; then mozconfig_annotate '' --with-system-libevent="${SYSROOT}${EPREFIX}"/usr fi