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 1B2C7158090 for ; Sat, 14 May 2022 00:51:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 037332BC00A; Sat, 14 May 2022 00:51:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 DB8C92BC00A for ; Sat, 14 May 2022 00:51:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D756A34159E for ; Sat, 14 May 2022 00:51:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F4102465 for ; Sat, 14 May 2022 00:51:23 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1652489409.587c5dd80e6178f1541bbf051ca40de3f4c2aa3f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/thunderbird/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/thunderbird/thunderbird-91.8.1.ebuild X-VCS-Directories: mail-client/thunderbird/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 587c5dd80e6178f1541bbf051ca40de3f4c2aa3f X-VCS-Branch: master Date: Sat, 14 May 2022 00:51:23 +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: 2cd89871-3c6b-43e5-bebb-ead8c76b19f7 X-Archives-Hash: 9f2fde6111d96d105cec333b9ce88d7e commit: 587c5dd80e6178f1541bbf051ca40de3f4c2aa3f Author: Sam James gentoo org> AuthorDate: Sat May 14 00:50:09 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat May 14 00:50:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=587c5dd8 mail-client/thunderbird: [QA] inline ESYSROOT Signed-off-by: Sam James gentoo.org> mail-client/thunderbird/thunderbird-91.8.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mail-client/thunderbird/thunderbird-91.8.1.ebuild b/mail-client/thunderbird/thunderbird-91.8.1.ebuild index 9aeb25dc77a6..568aa851c973 100644 --- a/mail-client/thunderbird/thunderbird-91.8.1.ebuild +++ b/mail-client/thunderbird/thunderbird-91.8.1.ebuild @@ -666,8 +666,8 @@ src_configure() { --with-system-zlib \ --with-toolchain-prefix="${CHOST}-" \ --with-unsigned-addon-scopes=app,system \ - --x-includes="${SYSROOT}${EPREFIX}/usr/include" \ - --x-libraries="${SYSROOT}${EPREFIX}/usr/$(get_libdir)" + --x-includes="${ESYSROOT}/usr/include" \ + --x-libraries="${ESYSROOT}/usr/$(get_libdir)" # Set update channel local update_channel=release @@ -719,7 +719,7 @@ src_configure() { mozconfig_use_with system-harfbuzz system-graphite2 mozconfig_use_with system-icu mozconfig_use_with system-jpeg - mozconfig_use_with system-libevent system-libevent "${SYSROOT}${EPREFIX}/usr" + mozconfig_use_with system-libevent system-libevent "${ESYSROOT}/usr" mozconfig_use_with system-libvpx mozconfig_use_with system-png mozconfig_use_with system-webp