summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-02-08 22:13:00 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-02-08 22:13:00 +0100
commit520f5964346341a33a8337c8fd5b1afa10de6d5b (patch)
tree624e05762b78e0ad9e0291449a4016d8fa3bfc6b
parenteb45553c123bb549d43186bda83cc530bd7d48d4 (diff)
pax-utils builds for mips64el.
-rw-r--r--community/pax-utils/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/pax-utils/PKGBUILD b/community/pax-utils/PKGBUILD
index 25e86bdbf..d3cb6e3af 100644
--- a/community/pax-utils/PKGBUILD
+++ b/community/pax-utils/PKGBUILD
@@ -8,7 +8,7 @@ pkgver=0.2.3
pkgrel=1
pkgdesc='ELF related utils for ELF 32/64 binaries that can check files for security relevant properties'
url='http://hardened.gentoo.org/pax-utils.xml'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
license=('GPL')
depends=('bash' 'libcap')
checkdepends=('python2')