app-editors/emacs: Unset SHELL in src_compile

Closes: https://bugs.gentoo.org/965834
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
Ulrich Müller
2025-11-15 19:48:45 +01:00
parent 57f982813d
commit 88c5fedbc4
3 changed files with 6 additions and 0 deletions

View File

@@ -409,6 +409,8 @@ src_configure() {
}
src_compile() {
unset SHELL #965834
if tc-is-cross-compiler; then
# Build native tools for compiling lisp etc.
emake -C "${S}-build" src

View File

@@ -409,6 +409,8 @@ src_configure() {
}
src_compile() {
unset SHELL #965834
if tc-is-cross-compiler; then
# Build native tools for compiling lisp etc.
emake -C "${S}-build" src

View File

@@ -408,6 +408,8 @@ src_configure() {
}
src_compile() {
unset SHELL #965834
if tc-is-cross-compiler; then
# Build native tools for compiling lisp etc.
emake -C "${S}-build" src