diff options
author | Zamarin Arthur <arthurzam@gmail.com> | 2021-05-25 09:18:08 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-25 18:04:45 +0200 |
commit | 8782c52163827dfb6bc94ef29b86d1708a38498f (patch) | |
tree | ceb99819e30ab30c807c4f29c953c1a85655127c /app-vim | |
parent | media-radio/grig: Drop old (diff) | |
download | gentoo-8782c52163827dfb6bc94ef29b86d1708a38498f.tar.gz gentoo-8782c52163827dfb6bc94ef29b86d1708a38498f.tar.bz2 gentoo-8782c52163827dfb6bc94ef29b86d1708a38498f.zip |
app-vim/vimoutliner: bump to python 3.9
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-vim')
-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 ) |