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/voom/
Date: Mon, 24 May 2021 18:52:28
Message-Id: 1621882332.eb889e4940f87658defb8b42f23806c406895fe4.mgorny@gentoo
1 commit: eb889e4940f87658defb8b42f23806c406895fe4
2 Author: Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
3 AuthorDate: Mon May 24 06:54:58 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 24 18:52:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb889e49
7
8 app-vim/voom: bump python 3.{9,10}
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/voom/voom-5.3-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-vim/voom/voom-5.3-r1.ebuild b/app-vim/voom/voom-5.3-r1.ebuild
17 index c66903414fd..c816d1df2d7 100644
18 --- a/app-vim/voom/voom-5.3-r1.ebuild
19 +++ b/app-vim/voom/voom-5.3-r1.ebuild
20 @@ -1,8 +1,8 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 -PYTHON_COMPAT=( python3_{7,8} )
27 +PYTHON_COMPAT=( python3_{7..10} )
28
29 inherit python-single-r1 vim-plugin