Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/vimoutliner/
Date: Tue, 25 May 2021 16:05:10
Message-Id: 1621958685.8782c52163827dfb6bc94ef29b86d1708a38498f.mgorny@gentoo
1 commit: 8782c52163827dfb6bc94ef29b86d1708a38498f
2 Author: Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
3 AuthorDate: Tue May 25 06:18:08 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 25 16:04:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8782c521
7
8 app-vim/vimoutliner: bump to python 3.9
9
10 Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com>
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 app-vim/vimoutliner/vimoutliner-0.4.0_p20180301-r2.ebuild | 5 ++---
14 1 file changed, 2 insertions(+), 3 deletions(-)
15
16 diff --git a/app-vim/vimoutliner/vimoutliner-0.4.0_p20180301-r2.ebuild b/app-vim/vimoutliner/vimoutliner-0.4.0_p20180301-r2.ebuild
17 index 0d2e68eecfb..2478967b305 100644
18 --- a/app-vim/vimoutliner/vimoutliner-0.4.0_p20180301-r2.ebuild
19 +++ b/app-vim/vimoutliner/vimoutliner-0.4.0_p20180301-r2.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=6
23
24 -PYTHON_COMPAT=( python{3_7,3_8} )
25 +PYTHON_COMPAT=( python3_{7..9} )
26
27 inherit python-single-r1 vim-plugin vcs-snapshot
28
29 @@ -27,8 +27,7 @@ RDEPEND="
30 $(python_gen_cond_dep 'dev-python/autopep8[${PYTHON_MULTI_USEDEP}]')
31 "
32
33 -DEPEND="
34 - ${RDEPEND}"
35 +DEPEND="${RDEPEND}"
36
37 DOCS=( README CHANGELOG TODO.otl )