summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2019-03-25 22:44:10 +0100
committerPatrice Clement <monsieurp@gentoo.org>2019-03-25 22:44:10 +0100
commit1570c9f62d0046a9bdecc42cf1ef37c6c2214c27 (patch)
tree08056ce63a4030c2bfa3e51291b912a021c97eaa /app-editors/vim
parentsys-cluster/util-vserver: clear QA warnings. (diff)
downloadgentoo-1570c9f62d0046a9bdecc42cf1ef37c6c2214c27.tar.gz
gentoo-1570c9f62d0046a9bdecc42cf1ef37c6c2214c27.tar.bz2
gentoo-1570c9f62d0046a9bdecc42cf1ef37c6c2214c27.zip
app-editors/vim: apply #669306 fix to vim-9999.ebuild.
Bug: https://bugs.gentoo.org/669306 Signed-off-by: Patrice Clement <monsieurp@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'app-editors/vim')
-rw-r--r--app-editors/vim/vim-9999.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/app-editors/vim/vim-9999.ebuild b/app-editors/vim/vim-9999.ebuild
index 53057996e0d8..7f5fd67a23ef 100644
--- a/app-editors/vim/vim-9999.ebuild
+++ b/app-editors/vim/vim-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -206,6 +206,8 @@ src_configure() {
$(use_enable perl perlinterp)
$(use_enable python pythoninterp)
$(use_enable python python3interp)
+ $(use_with python python-command $(type -P $(eselect python show --python2)))
+ $(use_with python python3-command $(type -P $(eselect python show --python3)))
$(use_enable racket mzschemeinterp)
$(use_enable ruby rubyinterp)
$(use_enable selinux)