commit:     1e0cc4defd62bddc9e3b0e59984ee98f32035027
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  4 20:35:21 2020 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Jul  4 20:38:41 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e0cc4de

app-editors/gvim: get python3 interpreter using ${PYTHON} variable.

Patch courtesy of Alexander Tsoy <alexander <AT> tsoy.me>.

Bug: https://bugs.gentoo.org/692226
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 app-editors/gvim/gvim-8.2.0814.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/gvim/gvim-8.2.0814.ebuild 
b/app-editors/gvim/gvim-8.2.0814.ebuild
index 3542682bc03..15593afef33 100644
--- a/app-editors/gvim/gvim-8.2.0814.ebuild
+++ b/app-editors/gvim/gvim-8.2.0814.ebuild
@@ -200,7 +200,7 @@ src_configure() {
                $(use_enable nls)
                $(use_enable perl perlinterp)
                $(use_enable python python3interp)
-               $(use_with python python3-command $(type -P $(eselect python 
show --python3)))
+               $(use_with python python3-command "${PYTHON}")
                $(use_enable racket mzschemeinterp)
                $(use_enable ruby rubyinterp)
                $(use_enable selinux)

Reply via email to