diff options
author | Milan P. Stanić <mps@arvanta.net> | 2019-06-28 22:20:24 +0200 |
---|---|---|
committer | Milan P. Stanić <mps@arvanta.net> | 2019-06-28 22:20:24 +0200 |
commit | 97b5cef3484bf6e56afd33c00451a05455c9eb56 (patch) | |
tree | 3fb3acc64bc0ff951113e633bac81f4f95a14b83 /community/emacs/APKBUILD | |
parent | 4106a64a6d4493a25b18758058756da3815de85b (diff) | |
download | aports-97b5cef3484bf6e56afd33c00451a05455c9eb56.tar.bz2 aports-97b5cef3484bf6e56afd33c00451a05455c9eb56.tar.xz |
community/emacs: enable on aarch64
Diffstat (limited to 'community/emacs/APKBUILD')
-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 474d8ce696..c1ef05036c 100644 --- a/community/emacs/APKBUILD +++ b/community/emacs/APKBUILD @@ -4,7 +4,7 @@ pkgname=emacs pkgver=26.2 pkgrel=1 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-or-later" |