diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-06-08 15:34:20 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-06-08 15:34:20 +0200 |
commit | 0f38331ca96b4918535e328f410b1b5d9e83e3f5 (patch) | |
tree | cae7b000d75f038963b63f1e4da96c5a694986fd | |
parent | 9a220ba4dde8a7554eb8edca3f6669ce8513cb3a (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/PKGBUILD | 2 |
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') |