diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-10 21:02:09 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-10 21:02:09 +0000 |
commit | 71842e1cca97899e4a6ace4ab6362ade0c177e62 (patch) | |
tree | 49401096aacef312326137a4e125f535bec0cadc /testing/gnome-latex | |
parent | a24d99d9ad4519317a9cd600dd30550f6eb2df2a (diff) | |
download | aports-71842e1cca97899e4a6ace4ab6362ade0c177e62.tar.bz2 aports-71842e1cca97899e4a6ace4ab6362ade0c177e62.tar.xz |
testing/gnome-latex: disable on ppc64le
texlive is not available
Diffstat (limited to 'testing/gnome-latex')
-rw-r--r-- | testing/gnome-latex/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/gnome-latex/APKBUILD b/testing/gnome-latex/APKBUILD index c34f6591f4..386a74811b 100644 --- a/testing/gnome-latex/APKBUILD +++ b/testing/gnome-latex/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.32.0 pkgrel=0 pkgdesc="LaTeX editor for the GNOME desktop" url="https://wiki.gnome.org/Apps/GNOME-LaTeX" -arch="all !x86" # Needs texlive during runtime, which isn't available on x86 +arch="all !x86 !ppc64le" # Needs texlive during runtime, which isn't available license="GPL-3.0-or-later" depends="texlive" makedepends="glib-dev intltool itstool vala yelp gobject-introspection-dev |