Skip to content

Commit

Permalink
app-editors/gvim: get python3 interpreter using ${PYTHON} variable.
Browse files Browse the repository at this point in the history
Patch courtesy of Alexander Tsoy <[email protected]>.

Bug: https://bugs.gentoo.org/692226
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Patrice Clement <[email protected]>
  • Loading branch information
monsieurp committed Jul 4, 2020
1 parent a3ac839 commit 1e0cc4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-editors/gvim/gvim-8.2.0814.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1e0cc4d

Please sign in to comment.