diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2020-07-04 22:35:21 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2020-07-04 22:38:41 +0200 |
commit | 1e0cc4defd62bddc9e3b0e59984ee98f32035027 (patch) | |
tree | 503930f224446ced73e22de06b13e5b9a6ac27ba /app-editors/gvim | |
parent | dev-python/hypothesis: arm stable (bug #730372) (diff) | |
download | gentoo-1e0cc4defd62bddc9e3b0e59984ee98f32035027.tar.gz gentoo-1e0cc4defd62bddc9e3b0e59984ee98f32035027.tar.bz2 gentoo-1e0cc4defd62bddc9e3b0e59984ee98f32035027.zip |
app-editors/gvim: get python3 interpreter using ${PYTHON} variable.
Patch courtesy of Alexander Tsoy <alexander@tsoy.me>.
Bug: https://bugs.gentoo.org/692226
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-editors/gvim')
-rw-r--r-- | app-editors/gvim/gvim-8.2.0814.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/gvim/gvim-8.2.0814.ebuild b/app-editors/gvim/gvim-8.2.0814.ebuild index 3542682bc039..15593afef335 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) |