diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-15 11:12:43 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-15 11:12:43 -0300 |
commit | 45ccb67ff4bb8f6e6886dd01f4cf3edaa7954585 (patch) | |
tree | a5393c42cab3a364d4a90cbe21c5a1ea50ae395d /extra/vte3 | |
parent | 8820e07d254f3e5bf058f51fc8dfed75e33af3e4 (diff) |
Libtool rebuild + ports
Diffstat (limited to 'extra/vte3')
-rw-r--r-- | extra/vte3/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/vte3/PKGBUILD b/extra/vte3/PKGBUILD index 8b2f70aed..1add7a362 100644 --- a/extra/vte3/PKGBUILD +++ b/extra/vte3/PKGBUILD @@ -6,7 +6,7 @@ pkgname=(vte3 vte-common) pkgver=0.30.1 pkgrel=2 pkgdesc="Virtual Terminal Emulator widget for use with GTK3" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('LGPL') options=('!libtool' '!emptydirs') makedepends=('intltool' 'gobject-introspection' 'gtk3') |