summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-03-04 11:06:44 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-03-04 11:06:44 +0100
commite79d63e191f1983134944340690d40092375b6e3 (patch)
treed51c0f766f59e45ff76669f88e6eb763a6b2d4ce /extra
parentad63cdb5324392490de7e1f70ad3256ebf32603d (diff)
Don't build dmidecode on mips64el, it's useless on supported machines.
Diffstat (limited to 'extra')
-rw-r--r--extra/dmidecode/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/dmidecode/PKGBUILD b/extra/dmidecode/PKGBUILD
index 0fa067a16..6f5e9ceba 100644
--- a/extra/dmidecode/PKGBUILD
+++ b/extra/dmidecode/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=dmidecode
pkgver=2.11
pkgrel=2
pkgdesc="Desktop Management Interface table related utilities"
-arch=('i686' 'x86_64' 'mips64el')
+arch=('i686' 'x86_64')
url="http://www.nongnu.org/dmidecode"
license=('GPL')
depends=('glibc')