summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2019-03-25 22:48:03 +0100
committerPatrice Clement <monsieurp@gentoo.org>2019-03-25 22:48:35 +0100
commit402558f75d5bc0b68ebbbcbb4ba6787ddd56cd24 (patch)
treeff16a12e92a865c7b7766ea5b6aa52dcdd1a5e6a /app-editors/gvim/gvim-9999.ebuild
parentapp-editors/vim: apply #669306 fix to vim-9999.ebuild. (diff)
downloadgentoo-402558f75d5bc0b68ebbbcbb4ba6787ddd56cd24.tar.gz
gentoo-402558f75d5bc0b68ebbbcbb4ba6787ddd56cd24.tar.bz2
gentoo-402558f75d5bc0b68ebbbcbb4ba6787ddd56cd24.zip
app-editors/gvim: apply #669306 fix to gvim ebuilds.
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/gvim/gvim-9999.ebuild')
-rw-r--r--app-editors/gvim/gvim-9999.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/app-editors/gvim/gvim-9999.ebuild b/app-editors/gvim/gvim-9999.ebuild
index f7f10ea790e1..59218d3f5dc5 100644
--- a/app-editors/gvim/gvim-9999.ebuild
+++ b/app-editors/gvim/gvim-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
@@ -198,6 +198,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)