aboutsummaryrefslogtreecommitdiffstats
path: root/community/emacs/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/emacs/APKBUILD')
-rw-r--r--community/emacs/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/emacs/APKBUILD b/community/emacs/APKBUILD
index ae7b58ebe59..0b2fa76f44c 100644
--- a/community/emacs/APKBUILD
+++ b/community/emacs/APKBUILD
@@ -15,7 +15,7 @@ source="https://ftp.gnu.org/gnu/emacs/emacs-$pkgver.tar.xz
no-git-repo.patch"
case $CARCH in
- mips64|riscv64|s390x)
+ riscv64|s390x)
# limited by librsvg (rust)
_docdir="nox"
;;
@@ -85,7 +85,7 @@ build() {
mv ./* nox || true
case "$CARCH" in
- mips64|riscv64|s390x)
+ riscv64|s390x)
# limited by librsvg (rust)
_build_nox
;;