diff options
author | Minecrell <minecrell@minecrell.net> | 2020-03-27 13:05:34 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2020-03-30 12:24:32 +0000 |
commit | e0ca5ce11dc232ffc565ccc04edcfa3f051735ba (patch) | |
tree | 530093999f74362923a84f7f6b79731dc58c51a4 /testing | |
parent | c7b36a0ad495a17d24dda952faacae63f7584e3a (diff) | |
download | aports-e0ca5ce11dc232ffc565ccc04edcfa3f051735ba.tar.bz2 aports-e0ca5ce11dc232ffc565ccc04edcfa3f051735ba.tar.xz |
testing/linux-tools: enable on arm*
This was only broken because it causes "swab.h" to be included on ARM
architectures, and that header was broken with musl in linux-headers.
Diffstat (limited to 'testing')
-rw-r--r-- | testing/linux-tools/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/linux-tools/APKBUILD b/testing/linux-tools/APKBUILD index 2de5a96072..e4cfd75daa 100644 --- a/testing/linux-tools/APKBUILD +++ b/testing/linux-tools/APKBUILD @@ -4,10 +4,10 @@ pkgname=linux-tools pkgver=5.4.25 _kernver=${pkgver%.*} -pkgrel=0 +pkgrel=1 pkgdesc="Linux kernel tools meta package" url="https://www.kernel.org/" -arch="all !aarch64 !armhf !armv7" +arch="all" license="GPL-2.0-only" depends="cpupower perf" depends_dev="pciutils-dev readline-dev gettext-dev" |