From a8845d78ab7451363f470cc97c1573707305aee9 Mon Sep 17 00:00:00 2001 From: Michał Masłowski Date: Fri, 9 Mar 2012 19:08:08 +0100 Subject: elfutils don't support MIPS. --- extra/elfutils/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/elfutils/PKGBUILD b/extra/elfutils/PKGBUILD index 94e7ec555..3e3f66aa6 100644 --- a/extra/elfutils/PKGBUILD +++ b/extra/elfutils/PKGBUILD @@ -6,7 +6,7 @@ pkgname=elfutils pkgver=0.152 pkgrel=2 pkgdesc="Collection of libraries and utilities for working with ELF object files and DWARF debugging information" -arch=('i686' 'x86_64' 'mips64el') +arch=('i686' 'x86_64') url="https://fedorahosted.org/elfutils/" license=('GPL2') depends=('glibc') -- cgit v1.2.3-54-g00ecf