From 4eb6fdd3961ebe086435637eeef0d9f2eecd825f Mon Sep 17 00:00:00 2001 From: Kevin Daudt Date: Wed, 6 May 2020 16:33:28 +0000 Subject: [PATCH] community/tcllib: disable due to test failures The package has no maintainer and has test failures. Issue: #11487 --- community/tcllib/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/tcllib/APKBUILD b/community/tcllib/APKBUILD index 1845f7c7a10..e5cbc6689bc 100644 --- a/community/tcllib/APKBUILD +++ b/community/tcllib/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.20 pkgrel=0 pkgdesc="Tcl Standard Library" url="https://core.tcl.tk/tcllib" -arch="noarch" +arch="" # test failures license="TCL" depends="tcl" makedepends="tcl-dev"