aboutsummaryrefslogtreecommitdiffstats
path: root/community/gtksourceview
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-07 22:19:48 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-07 22:19:48 +0000
commitfd6a11a65b2aabee1b9ee7f36341c1719ae3f6e7 (patch)
treeb28909bf1fc655b6ae3db26f1b3609f907bce7d9 /community/gtksourceview
parent8cb2e0409a182ff61ee0d509ccb4d15a3db8a132 (diff)
downloadaports-fd6a11a65b2aabee1b9ee7f36341c1719ae3f6e7.tar.bz2
aports-fd6a11a65b2aabee1b9ee7f36341c1719ae3f6e7.tar.xz
community: disable more ibus descendents on mips
Diffstat (limited to 'community/gtksourceview')
-rw-r--r--community/gtksourceview/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gtksourceview/APKBUILD b/community/gtksourceview/APKBUILD
index 66b183f604..a369409227 100644
--- a/community/gtksourceview/APKBUILD
+++ b/community/gtksourceview/APKBUILD
@@ -4,7 +4,7 @@ pkgver=3.24.11
pkgrel=0
pkgdesc="A text widget adding syntax highlighting and more to GNOME"
url="https://wiki.gnome.org/action/show/Projects/GtkSourceView"
-arch="all !s390x" # Limited by ibus
+arch="all !s390x !mips !mips64" # Limited by ibus
license="LGPL-2.1-or-later"
replaces="gtksourceview"
depends_dev="gtk+3.0-dev libxml2-dev"