From e3da65ff7c7ad5ea7c1ee23fbd1e98ebc183befe Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Wed, 7 Mar 2018 18:34:28 +0100 Subject: [PATCH] community/texmf-dist: temporarily disable, causes problem on builders It seems that builders are trying to rebuild it over and over again. I don't know what's going on here. --- community/texmf-dist/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/community/texmf-dist/APKBUILD b/community/texmf-dist/APKBUILD index 6c24c58005f..a1cf0e37372 100644 --- a/community/texmf-dist/APKBUILD +++ b/community/texmf-dist/APKBUILD @@ -23,7 +23,8 @@ pkgver=${_core} pkgrel=0 pkgdesc="TeX Live texmf core distribution" url="http://tug.org/texlive/" -arch="noarch" +# Temporarily disabled, builders are trying to rebuild it over and over again. +#arch="noarch" license="GPL" depends="" depends_dev=""