sci-physics/lhapdf: use ESYSROOT instead of EPREFIX

Signed-off-by: Alexander Puck Neuwirth <alexander@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@gentoo.org>
This commit is contained in:
Alexander Puck Neuwirth 2025-05-16 18:10:00 +02:00 committed by Nowa Ammerlaan
parent a3489fd287
commit 2fc1cfd719
No known key found for this signature in database
GPG Key ID: A2E2304370447E8E
2 changed files with 2 additions and 2 deletions

View File

@ -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)
}

View File

@ -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)
}