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: Thu, 07 May 2020 13:18:34
Message-Id: 1588857493.cc63e3016697bc19bee1ed1bfb0cc6fc22e7a108.mgorny@gentoo
1 commit: cc63e3016697bc19bee1ed1bfb0cc6fc22e7a108
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 7 13:13:00 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 7 13:18:13 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc63e301
7
8 app-vim/vimoutliner: Remove py2.7 where possible
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-vim/vimoutliner/vimoutliner-0.3.6-r3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-vim/vimoutliner/vimoutliner-0.3.6-r3.ebuild b/app-vim/vimoutliner/vimoutliner-0.3.6-r3.ebuild
16 index 517d6a36c56..4bea6a6dc88 100644
17 --- a/app-vim/vimoutliner/vimoutliner-0.3.6-r3.ebuild
18 +++ b/app-vim/vimoutliner/vimoutliner-0.3.6-r3.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=6
22
23 -PYTHON_COMPAT=( python{2_7,3_6} )
24 +PYTHON_COMPAT=( python3_6 )
25
26 inherit vim-plugin python-single-r1