From 8782c52163827dfb6bc94ef29b86d1708a38498f Mon Sep 17 00:00:00 2001 From: Zamarin Arthur Date: Tue, 25 May 2021 09:18:08 +0300 Subject: app-vim/vimoutliner: bump to python 3.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Zamarin Arthur Signed-off-by: Michał Górny --- app-vim/vimoutliner/vimoutliner-0.4.0_p20180301-r2.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'app-vim') 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 ) -- cgit v1.2.3-65-gdbad