diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-03-07 16:37:09 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-03-07 16:37:09 +0000 |
commit | 2014877241b2ebf7da8cb03d434d12d59c64bfeb (patch) | |
tree | e975aed1d8748918327dec977637c0a2a5a46f2a /community/uboot-tools | |
parent | 22830f14872c9d1429dafdd0d9a92c6d9195c896 (diff) | |
download | aports-2014877241b2ebf7da8cb03d434d12d59c64bfeb.tar.bz2 aports-2014877241b2ebf7da8cb03d434d12d59c64bfeb.tar.xz |
community/uboot-tools: disable on ppc64le and s390x
Those arches are currently not supported.
Diffstat (limited to 'community/uboot-tools')
-rw-r--r-- | community/uboot-tools/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
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 |