diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-12-07 14:43:17 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-12-07 14:44:19 +0000 |
commit | a3c461742c93edf91b2b4fc6d8d87a5ae0183e11 (patch) | |
tree | 75eedb507cf3e4ac36df6cc26e775e49836b899e /testing/intel-ucode/APKBUILD | |
parent | b6b6dcd2e868031216140f6f75906eed1e9cbd40 (diff) | |
download | aports-a3c461742c93edf91b2b4fc6d8d87a5ae0183e11.tar.bz2 aports-a3c461742c93edf91b2b4fc6d8d87a5ae0183e11.tar.xz |
testing/intel-ucode: only enable on x86 and x86_64
Only enable on x86 and x86_64 due to dependency of iucode-tool
Diffstat (limited to 'testing/intel-ucode/APKBUILD')
-rw-r--r-- | testing/intel-ucode/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/intel-ucode/APKBUILD b/testing/intel-ucode/APKBUILD index 51698d48bf..2f06023e06 100644 --- a/testing/intel-ucode/APKBUILD +++ b/testing/intel-ucode/APKBUILD @@ -1,9 +1,9 @@ # Maintainer: Marian Buschsieweke <marian.buschsieweke@ovgu.de> pkgname=intel-ucode pkgver=20180807a -pkgrel=1 +pkgrel=2 pkgdesc="Microcode update files for Intel CPUs" -arch=noarch +arch="x86 x86_64" url="https://downloadcenter.intel.com/SearchResult.aspx?lang=eng&keyword=%22microcode%22" license="custom" makedepends="iucode-tool" |