From 2fc1cfd7197bb271c0bd259a466a69b2f968330c Mon Sep 17 00:00:00 2001 From: Alexander Puck Neuwirth Date: Fri, 16 May 2025 18:10:00 +0200 Subject: [PATCH] sci-physics/lhapdf: use ESYSROOT instead of EPREFIX Signed-off-by: Alexander Puck Neuwirth Part-of: https://github.com/gentoo/gentoo/pull/42051 Closes: https://github.com/gentoo/gentoo/pull/42051 Signed-off-by: Nowa Ammerlaan --- sci-physics/lhapdf/lhapdf-6.5.5-r1.ebuild | 2 +- sci-physics/lhapdf/lhapdf-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-physics/lhapdf/lhapdf-6.5.5-r1.ebuild b/sci-physics/lhapdf/lhapdf-6.5.5-r1.ebuild index af9fd6b5273b1..f3fa5dc2e648b 100644 --- a/sci-physics/lhapdf/lhapdf-6.5.5-r1.ebuild +++ b/sci-physics/lhapdf/lhapdf-6.5.5-r1.ebuild @@ -55,7 +55,7 @@ src_configure() { local -x CONFIG_SHELL="${BROOT}/bin/bash" econf \ --disable-static \ - --with-yaml-cpp="${EPREFIX}/usr" \ + --with-yaml-cpp="${ESYSROOT}/usr" \ $(use_enable python) \ $(use_enable doc doxygen) } diff --git a/sci-physics/lhapdf/lhapdf-9999.ebuild b/sci-physics/lhapdf/lhapdf-9999.ebuild index d3e5819a6d803..d8b9005b0cc58 100644 --- a/sci-physics/lhapdf/lhapdf-9999.ebuild +++ b/sci-physics/lhapdf/lhapdf-9999.ebuild @@ -61,7 +61,7 @@ src_configure() { local -x CONFIG_SHELL="${BROOT}/bin/bash" econf \ --disable-static \ - --with-yaml-cpp="${EPREFIX}/usr" \ + --with-yaml-cpp="${ESYSROOT}/usr" \ $(use_enable python) \ $(use_enable doc doxygen) }