diff options
author | stf <7o5rfu92t@ctrlc.hu> | 2018-03-27 22:51:52 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-31 16:01:16 +0200 |
commit | 9fbb035e36f6c34e0e273e9342d5bcfa92d996ff (patch) | |
tree | 469f42e2c269be256ace00cdd648ca344d59d0b3 /community/emacs | |
parent | 1aa8e874f9c4fdb5cfcfc5d7352d208b585e511a (diff) | |
download | aports-9fbb035e36f6c34e0e273e9342d5bcfa92d996ff.tar.bz2 aports-9fbb035e36f6c34e0e273e9342d5bcfa92d996ff.tar.xz |
community/emacs: enabled for aarch64
Diffstat (limited to 'community/emacs')
-rw-r--r-- | community/emacs/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/emacs/APKBUILD b/community/emacs/APKBUILD index 05b76da9b8..6106c3143f 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 !aarch64" +arch="all" depends="emacs-nox" url="https://www.gnu.org/software/emacs/emacs.html" license="GPL-3.0" |