diff options
Diffstat (limited to 'community/ebtables/PKGBUILD')
-rw-r--r-- | community/ebtables/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ebtables/PKGBUILD b/community/ebtables/PKGBUILD index 1430af343..f62fd575c 100644 --- a/community/ebtables/PKGBUILD +++ b/community/ebtables/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ebtables pkgver=2.0.10_4 pkgrel=3 pkgdesc='Ethernet bridge filtering utilities' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://ebtables.sourceforge.net/' depends=('perl' 'bash') license=('GPL2') |