commit: a3489fd2878b12452807e1b8321df34efebe8f53 Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de> AuthorDate: Fri May 16 15:57:53 2025 +0000 Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org> CommitDate: Sat May 17 11:02:10 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3489fd2
sci-physics/lhapdf: use BROOT Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de> Part-of: 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 ef997a9335fb..af9fd6b5273b 100644 --- a/sci-physics/lhapdf/lhapdf-6.5.5-r1.ebuild +++ b/sci-physics/lhapdf/lhapdf-6.5.5-r1.ebuild @@ -52,7 +52,7 @@ pkg_setup() { } src_configure() { - local -x CONFIG_SHELL="${EPREFIX}/bin/bash" + local -x CONFIG_SHELL="${BROOT}/bin/bash" econf \ --disable-static \ --with-yaml-cpp="${EPREFIX}/usr" \ diff --git a/sci-physics/lhapdf/lhapdf-9999.ebuild b/sci-physics/lhapdf/lhapdf-9999.ebuild index a4f6e47e6eef..d3e5819a6d80 100644 --- a/sci-physics/lhapdf/lhapdf-9999.ebuild +++ b/sci-physics/lhapdf/lhapdf-9999.ebuild @@ -58,7 +58,7 @@ src_prepare() { } src_configure() { - local -x CONFIG_SHELL="${EPREFIX}/bin/bash" + local -x CONFIG_SHELL="${BROOT}/bin/bash" econf \ --disable-static \ --with-yaml-cpp="${EPREFIX}/usr" \
