commit:     1570c9f62d0046a9bdecc42cf1ef37c6c2214c27
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 25 21:44:10 2019 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Mar 25 21:44:10 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1570c9f6

app-editors/vim: apply #669306 fix to vim-9999.ebuild.

Bug: https://bugs.gentoo.org/669306
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-editors/vim/vim-9999.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/app-editors/vim/vim-9999.ebuild b/app-editors/vim/vim-9999.ebuild
index 53057996e0d..7f5fd67a23e 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)

Reply via email to