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 B8A41158086 for ; Tue, 14 Dec 2021 06:46:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C82B32BC006; Tue, 14 Dec 2021 06:46:23 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9B17A2BC006 for ; Tue, 14 Dec 2021 06:46:21 +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 3BC1634311A for ; Tue, 14 Dec 2021 06:46:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE41EA5 for ; Tue, 14 Dec 2021 06:46:18 +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: <1639464332.bc89e9852b2fc28dc40e0ed8c2e9ff42cc74b3ec.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Parser/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/XML-Parser/XML-Parser-2.460.0-r2.ebuild X-VCS-Directories: dev-perl/XML-Parser/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bc89e9852b2fc28dc40e0ed8c2e9ff42cc74b3ec X-VCS-Branch: master Date: Tue, 14 Dec 2021 06:46:18 +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: 51f57566-9cdf-427a-8417-6cf8eb90ccae X-Archives-Hash: af5810b1954233ad302ceed8d93781ce commit: bc89e9852b2fc28dc40e0ed8c2e9ff42cc74b3ec Author: Sam James gentoo org> AuthorDate: Tue Dec 14 06:45:32 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Dec 14 06:45:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc89e985 dev-perl/XML-Parser: use ESYSROOT for finding Expat Not that it should make any difference to the bug, but still. This is more correct for --root and such. Bug: https://bugs.gentoo.org/827966 Signed-off-by: Sam James gentoo.org> dev-perl/XML-Parser/XML-Parser-2.460.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/XML-Parser/XML-Parser-2.460.0-r2.ebuild b/dev-perl/XML-Parser/XML-Parser-2.460.0-r2.ebuild index 0e7e8c4930ae..3399aa644cb6 100644 --- a/dev-perl/XML-Parser/XML-Parser-2.460.0-r2.ebuild +++ b/dev-perl/XML-Parser/XML-Parser-2.460.0-r2.ebuild @@ -30,7 +30,7 @@ src_prepare() { } src_configure() { - myconf="EXPATLIBPATH=${EPREFIX}/usr/$(get_libdir) EXPATINCPATH=${EPREFIX}/usr/include" + myconf="EXPATLIBPATH=${ESYSROOT}/usr/$(get_libdir) EXPATINCPATH=${ESYSROOT}/usr/include" perl-module_src_configure }