summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2012-06-08 05:41:39 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2012-06-08 05:41:39 -0500
commitd15d393d83d534bddbbc8bc29470888aae7c1a65 (patch)
treee7c044f9f23c6aa4ca4d60c0fb6c1fb93824d61f /core
parent40896d644651deca2dcfa84d42b78cddad155ca5 (diff)
Add mips64el in arch() in packages of core repo
Diffstat (limited to 'core')
-rw-r--r--core/pcmciautils/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pcmciautils/PKGBUILD b/core/pcmciautils/PKGBUILD
index fcc599665..f51ac2735 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)
+arch=(i686 x86_64 mips64el)
url="http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html"
license=('GPL')
groups=('base')