mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user