diff options
author | Marian Buschsieweke <marian.buschsieweke@ovgu.de> | 2019-10-02 15:33:21 +0200 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-10-04 18:39:34 +0000 |
commit | 77dbba9546b1981f3e1d73843392a401e21cba44 (patch) | |
tree | be352eaaa56d92b526072a1ad8b381846d5960c4 /community/texlive | |
parent | d41452edeae70533381fdc7238ae41700be5e669 (diff) | |
download | aports-77dbba9546b1981f3e1d73843392a401e21cba44.tar.bz2 aports-77dbba9546b1981f3e1d73843392a401e21cba44.tar.xz |
community/texlive: Re-enabled x86
Builds just fine on edge in a freshly setup and clean container.
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 845bffa17f..84fe39c5a4 100644 --- a/community/texlive/APKBUILD +++ b/community/texlive/APKBUILD @@ -5,7 +5,7 @@ pkgver=20190410 pkgrel=3 pkgdesc="Comprehensive TeX document production system" url="http://tug.org/texlive/" -arch="all !x86 !ppc64le" +arch="all !ppc64le" license="GPL" depends="perl texmf-dist>=2018.50036 xz" depends_dev="" |