commit: 8782c52163827dfb6bc94ef29b86d1708a38498f
Author: Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
AuthorDate: Tue May 25 06:18:08 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 25 16:04:45 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8782c521
app-vim/vimoutliner: bump to python 3.9
Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-vim/vimoutliner/vimoutliner-0.4.0_p20180301-r2.ebuild | 5 ++---
1 file 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 0d2e68eecfb..2478967b305 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 )