diff options
Diffstat (limited to 'testing/efibootmgr')
-rw-r--r-- | testing/efibootmgr/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/efibootmgr/APKBUILD b/testing/efibootmgr/APKBUILD index 1a5bbaa7fd..279d28e263 100644 --- a/testing/efibootmgr/APKBUILD +++ b/testing/efibootmgr/APKBUILD @@ -5,7 +5,7 @@ pkgver=16 pkgrel=0 pkgdesc="Linux user-space application to modify the Intel Extensible Firmware Interface" url="https://github.com/rhboot/efibootmgr" -arch="x86 x86_64 armhf aarch64" +arch="x86 x86_64 armhf armv7 aarch64" license="GPL-2.0" depends="" makedepends="efivar-dev linux-headers popt-dev gettext-dev" |