summaryrefslogtreecommitdiff
path: root/community/nemiver
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2012-12-23 18:59:16 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2012-12-23 18:59:16 -0500
commit9c4be92686a455dc9ccea5031516ab282c8aecf1 (patch)
treeb47082bd9a9e6973046921a7500e2a5d937a6fe4 /community/nemiver
parentf63afe8a5370fd25ae12118b5c8b702f3dea9301 (diff)
Add mips64el in archs
Diffstat (limited to 'community/nemiver')
-rw-r--r--community/nemiver/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/nemiver/PKGBUILD b/community/nemiver/PKGBUILD
index 641b13b5f..41af771dc 100644
--- a/community/nemiver/PKGBUILD
+++ b/community/nemiver/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=nemiver
pkgver=0.9.3
pkgrel=2
pkgdesc="C/C++ debugger for GNOME"
-arch=('x86_64' 'i686')
+arch=('x86_64' 'i686' 'mips64el')
license=('GPL')
url="http://www.gnome.org/projects/nemiver/"
depends=('gdlmm' 'gdb' 'gtksourceviewmm' 'libgtop' 'vte3' 'ghex' 'dconf' 'gsettings-desktop-schemas')