diff options
Diffstat (limited to 'community/gedit-plugins/APKBUILD')
-rw-r--r-- | community/gedit-plugins/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gedit-plugins/APKBUILD b/community/gedit-plugins/APKBUILD index 0b007e43af..418afd8e39 100644 --- a/community/gedit-plugins/APKBUILD +++ b/community/gedit-plugins/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.36.2 pkgrel=0 pkgdesc="Plugins for gedit, the GNOME text editor" url="https://wiki.gnome.org/Apps/Gedit/PluginsLists" -arch="all !s390x" # Limited by gedit-dev and gtksourceview4-dev +arch="all !s390x !mips !mips64" # Limited by gedit-dev and gtksourceview4-dev license="GPL-2.0-only" depends="python3 py3-gobject3 vte3 gucharmap py3-dbus libpeas-python3" makedepends="glib-dev gtk+3.0-dev gtksourceview4-dev libpeas-dev gedit-dev vala |