diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-04-08 08:39:05 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-04-08 08:39:05 +0000 |
commit | 8d7d20685fee452165179f11cef0ac472e8d0c6b (patch) | |
tree | 55eda11ba3b94445900d8f1f21ce903df590763a /community/texlive | |
parent | 37e23e7ab9ae5a1885a65a92d049bcd170755bc5 (diff) | |
download | aports-8d7d20685fee452165179f11cef0ac472e8d0c6b.tar.bz2 aports-8d7d20685fee452165179f11cef0ac472e8d0c6b.tar.xz |
community/texlive: disable on x86 and ppc64le
texk/web2c/mplibdir/pngout.w:63:10: fatal error: mplib.h: No such file or directory
Diffstat (limited to 'community/texlive')
-rw-r--r-- | community/texlive/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/texlive/APKBUILD b/community/texlive/APKBUILD index 645239b202..9022ad773b 100644 --- a/community/texlive/APKBUILD +++ b/community/texlive/APKBUILD @@ -5,7 +5,7 @@ pkgver=20180414 pkgrel=8 pkgdesc="Comprehensive TeX document production system" url="http://tug.org/texlive/" -arch="all" +arch="all !x86 !ppc64le" license="GPL" depends="perl texmf-dist" depends_dev="" |