commit: 2fc1cfd7197bb271c0bd259a466a69b2f968330c Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de> AuthorDate: Fri May 16 16:10:00 2025 +0000 Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org> CommitDate: Sat May 17 11:02:11 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fc1cfd7
sci-physics/lhapdf: use ESYSROOT instead of EPREFIX Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de> Part-of: https://github.com/gentoo/gentoo/pull/42051 Closes: https://github.com/gentoo/gentoo/pull/42051 Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org> 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 af9fd6b5273b..f3fa5dc2e648 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 d3e5819a6d80..d8b9005b0cc5 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) }
