diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-05-11 18:28:39 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-05-11 18:28:39 +0000 |
commit | 06bc6b1664e418274a6b54292117e2c7d824cc94 (patch) | |
tree | fea67e385cbef9a250e9c31c6dc362a61968dd3b /main/gummiboot/APKBUILD | |
parent | 1080b786c37a2d7fa34ff208c7cd2486793f9143 (diff) | |
download | aports-06bc6b1664e418274a6b54292117e2c7d824cc94.tar.bz2 aports-06bc6b1664e418274a6b54292117e2c7d824cc94.tar.xz |
main/gummiboot: disable aarch64
never got it working and we got grub working
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 fe793d508b..c8abf29ff2 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="x86 x86_64 aarch64" +arch="x86 x86_64" license="LGPL-2.0-or-later" depends="" depends_dev="util-linux-dev" |