summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-06-08 15:34:20 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-06-08 15:34:20 +0200
commit0f38331ca96b4918535e328f410b1b5d9e83e3f5 (patch)
treecae7b000d75f038963b63f1e4da96c5a694986fd
parent9a220ba4dde8a7554eb8edca3f6669ce8513cb3a (diff)
Revert "Add mips64el in arch() in packages of core repo"
This reverts commit d15d393d83d534bddbbc8bc29470888aae7c1a65. Blame me on the list if you have a mips64el machine with a PCMCIA slot or other use for this package.
-rw-r--r--core/pcmciautils/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pcmciautils/PKGBUILD b/core/pcmciautils/PKGBUILD
index f51ac2735..fcc599665 100644
--- a/core/pcmciautils/PKGBUILD
+++ b/core/pcmciautils/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=pcmciautils
pkgver=018
pkgrel=4
pkgdesc="Utilities for inserting and removing PCMCIA cards"
-arch=(i686 x86_64 mips64el)
+arch=(i686 x86_64)
url="http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html"
license=('GPL')
groups=('base')