diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-02-05 13:29:25 -0200 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-02-05 13:29:25 -0200 |
commit | 246a5750a19f080b3b0284303cdf966a14d4898f (patch) | |
tree | bcc63cddfbe22a4b363526bd58c336b4f7668f15 /libre/gummiboot | |
parent | 30081accae444d986091717b86448703a109b859 (diff) | |
download | abslibre-246a5750a19f080b3b0284303cdf966a14d4898f.tar.gz abslibre-246a5750a19f080b3b0284303cdf966a14d4898f.tar.bz2 abslibre-246a5750a19f080b3b0284303cdf966a14d4898f.zip |
gummiboot: mips64el doesn't support UEFI
Diffstat (limited to 'libre/gummiboot')
-rw-r--r-- | libre/gummiboot/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/gummiboot/PKGBUILD b/libre/gummiboot/PKGBUILD index 8b8d6e482..935ca32da 100644 --- a/libre/gummiboot/PKGBUILD +++ b/libre/gummiboot/PKGBUILD @@ -10,7 +10,7 @@ pkgver=48 pkgrel=1.parabola1 pkgdesc="Simple UEFI Boot Manager (Parabola rebranded)" url="http://freedesktop.org/wiki/Software/gummiboot" -arch=('x86_64' 'i686' 'mips64el') +arch=('x86_64' 'i686') license=('LGPL2.1') makedepends=('gnu-efi-libs' 'docbook-xsl' 'git') depends=('util-linux') |