diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-04 20:31:42 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-04 20:31:42 +0100 |
commit | 7e4a762665d2a04c4178ece2c4d617f6ac2071ed (patch) | |
tree | f9692f89b0f135fb3d4c96613cd6db78264194fe /community/gnome-latex | |
parent | e219bce6b2d133ad319708dd5e3b7a365289f506 (diff) | |
download | aports-7e4a762665d2a04c4178ece2c4d617f6ac2071ed.tar.bz2 aports-7e4a762665d2a04c4178ece2c4d617f6ac2071ed.tar.xz |
community/gnome-latex: disable on s390x
Diffstat (limited to 'community/gnome-latex')
-rw-r--r-- | community/gnome-latex/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/community/gnome-latex/APKBUILD b/community/gnome-latex/APKBUILD index bc2d0834f6..6306e3b730 100644 --- a/community/gnome-latex/APKBUILD +++ b/community/gnome-latex/APKBUILD @@ -6,6 +6,7 @@ pkgrel=0 pkgdesc="LaTeX editor for the GNOME desktop" url="https://wiki.gnome.org/Apps/GNOME-LaTeX" arch="all !x86 !ppc64le" # Needs texlive during runtime, which isn't available +arch="$arch !s390x" # Limited by tepl-dev and gtksourceview4-dev license="GPL-3.0-or-later" depends="texlive" makedepends="glib-dev intltool itstool vala yelp gobject-introspection-dev |