diff options
Diffstat (limited to 'app-vim/vimoutliner/vimoutliner-0.4.0_p20180301-r2.ebuild')
-rw-r--r-- | app-vim/vimoutliner/vimoutliner-0.4.0_p20180301-r2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-vim/vimoutliner/vimoutliner-0.4.0_p20180301-r2.ebuild b/app-vim/vimoutliner/vimoutliner-0.4.0_p20180301-r2.ebuild index 0d2e68eecfbc..2478967b3053 100644 --- a/app-vim/vimoutliner/vimoutliner-0.4.0_p20180301-r2.ebuild +++ b/app-vim/vimoutliner/vimoutliner-0.4.0_p20180301-r2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{3_7,3_8} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit python-single-r1 vim-plugin vcs-snapshot @@ -27,8 +27,7 @@ RDEPEND=" $(python_gen_cond_dep 'dev-python/autopep8[${PYTHON_MULTI_USEDEP}]') " -DEPEND=" - ${RDEPEND}" +DEPEND="${RDEPEND}" DOCS=( README CHANGELOG TODO.otl ) |