Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/vim/
Date: Mon, 25 Mar 2019 21:49:04
Message-Id: 1553550250.1570c9f62d0046a9bdecc42cf1ef37c6c2214c27.monsieurp@gentoo
1 commit: 1570c9f62d0046a9bdecc42cf1ef37c6c2214c27
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 25 21:44:10 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 25 21:44:10 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1570c9f6
7
8 app-editors/vim: apply #669306 fix to vim-9999.ebuild.
9
10 Bug: https://bugs.gentoo.org/669306
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12 Package-Manager: Portage-2.3.51, Repoman-2.3.11
13
14 app-editors/vim/vim-9999.ebuild | 4 +++-
15 1 file changed, 3 insertions(+), 1 deletion(-)
16
17 diff --git a/app-editors/vim/vim-9999.ebuild b/app-editors/vim/vim-9999.ebuild
18 index 53057996e0d..7f5fd67a23e 100644
19 --- a/app-editors/vim/vim-9999.ebuild
20 +++ b/app-editors/vim/vim-9999.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -206,6 +206,8 @@ src_configure() {
28 $(use_enable perl perlinterp)
29 $(use_enable python pythoninterp)
30 $(use_enable python python3interp)
31 + $(use_with python python-command $(type -P $(eselect python show --python2)))
32 + $(use_with python python3-command $(type -P $(eselect python show --python3)))
33 $(use_enable racket mzschemeinterp)
34 $(use_enable ruby rubyinterp)
35 $(use_enable selinux)