sci-physics/lhapdf: use local -x to set CONFIG_SHELL

Signed-off-by: Alexander Puck Neuwirth <alexander@neuwirth-informatik.de>
Closes: https://github.com/gentoo/gentoo/pull/36247
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
Alexander Puck Neuwirth 2024-04-14 17:35:48 +02:00 committed by Andrew Ammerlaan
parent 6f4413755d
commit f328869ac4
No known key found for this signature in database
GPG Key ID: A2E2304370447E8E
3 changed files with 3 additions and 3 deletions

View File

@ -52,7 +52,7 @@ src_prepare() {
}
src_configure() {
CONFIG_SHELL="${EPREFIX}/bin/bash" \
local -x CONFIG_SHELL="${EPREFIX}/bin/bash"
econf \
--disable-static \
--enable-python

View File

@ -36,7 +36,7 @@ PATCHES=(
)
src_configure() {
CONFIG_SHELL="${EPREFIX}/bin/bash" \
local -x CONFIG_SHELL="${EPREFIX}/bin/bash"
econf \
--disable-static \
--enable-python

View File

@ -54,7 +54,7 @@ src_prepare() {
}
src_configure() {
CONFIG_SHELL="${EPREFIX}/bin/bash" \
local -x CONFIG_SHELL="${EPREFIX}/bin/bash"
econf \
--disable-static \
$(use_enable python)