[arch-commits] Commit in gvim/trunk (PKGBUILD)

Daniel Griffiths dgriffiths at archlinux.org
Sun Feb 21 22:33:01 UTC 2010


    Date: Sunday, February 21, 2010 @ 17:33:00
  Author: dgriffiths
Revision: 69692

Removing ruby, doesn't build properly

Modified:
  gvim/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-02-21 22:00:19 UTC (rev 69691)
+++ PKGBUILD	2010-02-21 22:33:00 UTC (rev 69692)
@@ -5,7 +5,7 @@
 _srcver=7.2
 _patchlevel=368
 pkgver=${_srcver}.${_patchlevel}
-pkgrel=1
+pkgrel=2
 pkgdesc="the vim text editor with advanced features enabled, such as a gui mode"
 arch=('i686' 'x86_64')
 license=('custom:vim')
@@ -36,7 +36,7 @@
     --with-compiledby=ArchLinux --with-features=big \
     --with-x=yes --disable-gpm --enable-gui=gtk2 \
     --enable-multibyte --enable-cscope --enable-netbeans \
-    --enable-perlinterp --enable-pythoninterp --enable-rubyinterp
+    --enable-perlinterp --enable-pythoninterp --disable-rubyinterp
 
   make || return 1
 }




More information about the arch-commits mailing list