Revert "community/emacs: enabled for aarch64"

This reverts commit 9fbb035e36.

It still fails:

    Loading /home/buildozer/aports/community/emacs/src/emacs-25.3/x11/lisp/leim/leim-list.el (source)...
    Finding pointers to doc strings...
    Finding pointers to doc strings...done
    Dumping under the name emacs
    **************************************************
    Warning: Your system has a gap between BSS and the
    heap (60016856 bytes).  This usually means that exec-shield
    or something similar is in effect.  The dump may
    fail because of this.  See the section about
    exec-shield in etc/PROBLEMS for more information.
    **************************************************
    make[1]: *** [Makefile:740: bootstrap-emacs] Segmentation fault
    make[1]: Leaving directory '/home/buildozer/aports/community/emacs/src/emacs-25.3/x11/src'
    make: *** [Makefile:398: src] Error 2
This commit is contained in:
Jakub Jirutka 2018-03-31 16:13:52 +02:00
parent 02ffec7441
commit eb89c00dbe

View File

@ -5,7 +5,7 @@ pkgname=emacs
pkgver=25.3
pkgrel=0
pkgdesc="The extensible, customizable, self-documenting real-time display editor"
arch="all"
arch="all !aarch64"
depends="emacs-nox"
url="https://www.gnu.org/software/emacs/emacs.html"
license="GPL-3.0"