summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-02-05 13:29:25 -0200
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-02-05 13:29:25 -0200
commit246a5750a19f080b3b0284303cdf966a14d4898f (patch)
treebcc63cddfbe22a4b363526bd58c336b4f7668f15
parent30081accae444d986091717b86448703a109b859 (diff)
gummiboot: mips64el doesn't support UEFI
-rw-r--r--libre/gummiboot/PKGBUILD2
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')