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 203EF158090 for ; Sat, 14 May 2022 00:47:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 021852BC009; Sat, 14 May 2022 00:47:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 DEDC42BC009 for ; Sat, 14 May 2022 00:47:31 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 18548341974 for ; Sat, 14 May 2022 00:47:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 153A7475 for ; Sat, 14 May 2022 00:47:28 +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: <1652489216.1475facd618047d536d168aa30aea4206dde0e24.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/firefox/firefox-91.8.0.ebuild www-client/firefox/firefox-99.0.1.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1475facd618047d536d168aa30aea4206dde0e24 X-VCS-Branch: master Date: Sat, 14 May 2022 00:47:28 +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: d1e963d4-1387-4333-8973-df7ec9b12249 X-Archives-Hash: a669222a0a2203355ab07e16031754e9 commit: 1475facd618047d536d168aa30aea4206dde0e24 Author: Sam James gentoo org> AuthorDate: Tue Apr 19 15:31:33 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat May 14 00:46:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1475facd www-client/firefox: [QA] inline ESYSROOT ESYSROOT is SYSROOT/EPREFIX in >= EAPI 7 Signed-off-by: Sam James gentoo.org> www-client/firefox/firefox-91.8.0.ebuild | 6 +++--- www-client/firefox/firefox-99.0.1.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/www-client/firefox/firefox-91.8.0.ebuild b/www-client/firefox/firefox-91.8.0.ebuild index f9c38109c42c..1c0f236cbdb3 100644 --- a/www-client/firefox/firefox-91.8.0.ebuild +++ b/www-client/firefox/firefox-91.8.0.ebuild @@ -722,8 +722,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 @@ -775,7 +775,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 diff --git a/www-client/firefox/firefox-99.0.1.ebuild b/www-client/firefox/firefox-99.0.1.ebuild index c9a7bcf776d1..6305adb8c35e 100644 --- a/www-client/firefox/firefox-99.0.1.ebuild +++ b/www-client/firefox/firefox-99.0.1.ebuild @@ -718,8 +718,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