diff options
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 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" |