aboutsummaryrefslogtreecommitdiffstats
path: root/community/emacs
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-03 17:41:19 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-03 17:41:40 +0000
commitd4d3b143285dfac19774537974354ceb13eb1b11 (patch)
tree2a3ca8ed946c7784f0950635d1c5d3ad99825963 /community/emacs
parente614ba1564defe25152f269cf6efb8ddcdf1b660 (diff)
downloadaports-d4d3b143285dfac19774537974354ceb13eb1b11.tar.bz2
aports-d4d3b143285dfac19774537974354ceb13eb1b11.tar.xz
community: mask librsvg dependencies on mips and mips64
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 47c2dc8ddc..6b79762b9b 100644
--- a/community/emacs/APKBUILD
+++ b/community/emacs/APKBUILD
@@ -4,7 +4,7 @@ pkgname=emacs
pkgver=26.3
pkgrel=2
pkgdesc="The extensible, customizable, self-documenting real-time display editor"
-arch="all !s390x" # librsvg
+arch="all !s390x !mips !mips64" # librsvg
depends="emacs-nox"
url="https://www.gnu.org/software/emacs/emacs.html"
license="GPL-3.0-or-later"