Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/pydiction/
Date: Fri, 24 Apr 2020 16:44:25
Message-Id: 1587746530.8e247b57cc7191c67dec7483dcfed19ee590c334.monsieurp@gentoo
1 commit: 8e247b57cc7191c67dec7483dcfed19ee590c334
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 24 16:42:07 2020 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 24 16:42:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e247b57
7
8 app-vim/pydiction: add py3.7 + py3.8 support.
9
10 Closes: https://bugs.gentoo.org/718266
11 Package-Manager: Portage-2.3.89, Repoman-2.3.20
12 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
13
14 app-vim/pydiction/pydiction-1.2.3-r2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-vim/pydiction/pydiction-1.2.3-r2.ebuild b/app-vim/pydiction/pydiction-1.2.3-r2.ebuild
18 index 24de26a5d4c..4e06bb3c0bb 100644
19 --- a/app-vim/pydiction/pydiction-1.2.3-r2.ebuild
20 +++ b/app-vim/pydiction/pydiction-1.2.3-r2.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=6
24
25 -PYTHON_COMPAT=( python2_7 python3_6 )
26 +PYTHON_COMPAT=( python2_7 python{3_6,3_7,3_8} )
27
28 inherit vim-plugin python-r1