diff options
-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 b6886b45cb..cc518e2b3f 100644 --- a/community/texlive/APKBUILD +++ b/community/texlive/APKBUILD @@ -5,7 +5,7 @@ pkgver=20190410 pkgrel=6 pkgdesc="Comprehensive TeX document production system" url="http://tug.org/texlive/" -arch="all !ppc64le" +arch="all" license="GPL" depends="perl texmf-dist>=2018.50036" depends_dev="" |