From 2014877241b2ebf7da8cb03d434d12d59c64bfeb Mon Sep 17 00:00:00 2001 From: Kevin Daudt Date: Thu, 7 Mar 2019 16:37:09 +0000 Subject: community/uboot-tools: disable on ppc64le and s390x Those arches are currently not supported. --- community/uboot-tools/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community') diff --git a/community/uboot-tools/APKBUILD b/community/uboot-tools/APKBUILD index 188310feec..33bbaae1e5 100644 --- a/community/uboot-tools/APKBUILD +++ b/community/uboot-tools/APKBUILD @@ -5,7 +5,7 @@ pkgver=2019.01 pkgrel=0 pkgdesc="U-Boot bootloader utility tools" url="https://www.denx.de/wiki/U-Boot/WebHome" -arch="all" +arch="all !s390x !ppc64le" license="GPL" makedepends="$depends_dev bison flex openssl-dev linux-headers sdl-dev" options="!check" # No test suite -- cgit v1.2.3