diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-27 14:02:03 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-27 14:02:03 +0000 |
commit | 6317634debfe19e782a3fda1a7e03bc14c8a3ffb (patch) | |
tree | f44e1e429237eee66308b28c1a8d2f9e2be41cdc /main/gummiboot/APKBUILD | |
parent | f8eaf2ee21a30b4686f28d7eb0395762d3ce6349 (diff) | |
download | aports-6317634debfe19e782a3fda1a7e03bc14c8a3ffb.tar.bz2 aports-6317634debfe19e782a3fda1a7e03bc14c8a3ffb.tar.xz |
main/gummiboot: disable on armhr
Diffstat (limited to 'main/gummiboot/APKBUILD')
-rw-r--r-- | main/gummiboot/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/gummiboot/APKBUILD b/main/gummiboot/APKBUILD index 9b0c1a6802..3411550bf8 100644 --- a/main/gummiboot/APKBUILD +++ b/main/gummiboot/APKBUILD @@ -4,7 +4,7 @@ pkgver=48.1 pkgrel=0 pkgdesc="Simple EFI Boot Manager" url="http://freedesktop.org/wiki/Software/gummiboot" -arch="all" +arch="all !armhf" license="LGPLv2+" depends="" depends_dev="util-linux-dev" |