aboutsummaryrefslogtreecommitdiffstats
path: root/community/emacs
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-03-31 16:13:52 +0200
committerJakub Jirutka <jakub@jirutka.cz>2018-03-31 16:13:52 +0200
commiteb89c00dbeb08e62cc56e1deb5d20862aa36d30e (patch)
tree66e8f4b02dbd2a7c15b57f67a9d6d762575cf95d /community/emacs
parent02ffec744147d58901dce8c02ad51acecc2d4813 (diff)
downloadaports-eb89c00dbeb08e62cc56e1deb5d20862aa36d30e.tar.bz2
aports-eb89c00dbeb08e62cc56e1deb5d20862aa36d30e.tar.xz
Revert "community/emacs: enabled for aarch64"
This reverts commit 9fbb035e36f6c34e0e273e9342d5bcfa92d996ff. 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
Diffstat (limited to 'community/emacs')
-rw-r--r--community/emacs/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/emacs/APKBUILD b/community/emacs/APKBUILD
index 6106c3143f..05b76da9b8 100644
--- a/community/emacs/APKBUILD
+++ b/community/emacs/APKBUILD
@@ -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"