efitools: restrict archs

UEFI is not available on anything but x86 and ARM.

[ci skip]
This commit is contained in:
q66 2019-04-23 20:50:45 +02:00 committed by Helmut Pozimski
parent 34cafb77b1
commit e1c5723ac3

View file

@ -2,6 +2,7 @@
pkgname=efitools
version=1.9.2
revision=1
archs="x86_64* i686* arm* aarch64*"
build_style=gnu-makefile
hostmakedepends="perl-File-Slurp"
makedepends="gnu-efi-libs libressl-devel"