diff options
-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 |