mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
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:
parent
a3489fd287
commit
2fc1cfd719
@ -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)
|
||||
}
|
||||
|
||||
@ -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)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user