diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-04 20:42:52 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-04 20:42:52 +0100 |
commit | caa8abfb971399fbffa0b0c8b6cbfb20faf80cfd (patch) | |
tree | fafecae2fb5b17a83e6394a4333e7c4ea70742c3 | |
parent | 7e4a762665d2a04c4178ece2c4d617f6ac2071ed (diff) | |
download | aports-caa8abfb971399fbffa0b0c8b6cbfb20faf80cfd.tar.bz2 aports-caa8abfb971399fbffa0b0c8b6cbfb20faf80cfd.tar.xz |
community/gedit-plugins: disable on s390x
-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 8ee127d72e..c931b5fbb2 100644 --- a/community/gedit-plugins/APKBUILD +++ b/community/gedit-plugins/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.34.1 pkgrel=0 pkgdesc="Plugins for gedit, the GNOME text editor" url="https://wiki.gnome.org/Apps/Gedit/PluginsLists" -arch="all" +arch="all !s390x" # Limited by gedit-dev and gtksourceview4-dev license="GPL-2.0-only" depends="python3 py3-gobject3 vte3 gucharmap py3-dbus" makedepends="glib-dev gtk+3.0-dev gtksourceview4-dev libpeas-dev gedit-dev vala |