I have issues with my python flags for (G)Vim. Even though I have enabled PYTHON_TARGETS="2.7 3.3" I only get Python 3 support, and no ordinary "python" support. I have this as my build flags for Gvim: root@skare$ emerge -pqv vim [ebuild R ] app-editors/vim-7.4.560 USE="X acl gpm nls perl python vim-pager -cscope -debug -lua -luajit -minimal -racket -ruby (-selinux) -tcl" PYTHON_SINGLE_TARGET="python2_7 -python3_3 -python3_4" PYTHON_TARGETS="python2_7 python3_3 python3_4" root@skare$ emerge -pqv gvim [ebuild R ] app-editors/gvim-7.4.560 USE="acl gnome gtk netbeans nls perl python session (-aqua) -cscope -debug -lua -luajit -motif -neXt -racket -ruby (-selinux) -tcl" PYTHON_SINGLE_TARGET="python3_3 -python2_7 -python3_4" PYTHON_TARGETS="python2_7 python3_3 -python3_4" but when checking :version in GVim this is what I have: Kod: -python +python3 I found the post in the forum that I have linked to the bug, which seems to have a patch for it, along with a question of whether it is a bug or not. Reproducible: Always Actual Results: Only support for Python 3 interpreter Expected Results: Support for both Python (2) and Python 3 interpreter
*** This bug has been marked as a duplicate of bug 537176 ***