Skip to content

Instantly share code, notes, and snippets.

@whitelynx
Last active December 14, 2015 09:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save whitelynx/5066244 to your computer and use it in GitHub Desktop.
Save whitelynx/5066244 to your computer and use it in GitHub Desktop.
Comparison of mentions of 'python2' in the 'vim' and 'vim-qt-git' PKGBUILDs
~/p/vim-qt-git > grep -RnIE '\<python2\>' PKGBUILD
11:depends=('qt4' 'vim-runtime' 'gpm' 'perl' 'python2' 'ruby' 'libxt')
~/p/vim-qt-git > grep -RnIE '\<python2\>' ../vim/PKGBUILD
17:makedepends=('gpm' 'python2' 'ruby' 'libxt' 'desktop-file-utils' 'gtk2' 'lua')
160: 'desktop-file-utils' 'gtk2' 'lua' 'python2')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment