Skip to content

Commit

Permalink
app-vim/vimoutliner: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Browse files Browse the repository at this point in the history
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
SoapGentoo committed Jul 17, 2021
1 parent 2dc7bc9 commit c79bd0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-vim/vimoutliner/vimoutliner-0.4.0_p20180301-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=6

PYTHON_COMPAT=( python3_{7..9} )
PYTHON_COMPAT=( python3_{8..9} )

inherit python-single-r1 vim-plugin vcs-snapshot

Expand All @@ -24,7 +24,7 @@ VIM_PLUGIN_MESSAGES="filetype"

RDEPEND="
${PYTHON_DEPS}
$(python_gen_cond_dep 'dev-python/autopep8[${PYTHON_MULTI_USEDEP}]')
$(python_gen_cond_dep 'dev-python/autopep8[${PYTHON_USEDEP}]')
"

DEPEND="${RDEPEND}"
Expand Down

0 comments on commit c79bd0b

Please sign in to comment.