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/pydiction/
Date: Thu, 07 May 2020 13:18:33
Message-Id: 1588857491.900d4d80d09d319febe892da6ad21a34c8d472c9.mgorny@gentoo
1 commit: 900d4d80d09d319febe892da6ad21a34c8d472c9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 7 13:12:30 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 7 13:18:11 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=900d4d80
7
8 app-vim/pydiction: Remove py2.7
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-vim/pydiction/pydiction-1.2.3-r2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-vim/pydiction/pydiction-1.2.3-r2.ebuild b/app-vim/pydiction/pydiction-1.2.3-r2.ebuild
16 index 4e06bb3c0bb..ef106fe6ef4 100644
17 --- a/app-vim/pydiction/pydiction-1.2.3-r2.ebuild
18 +++ b/app-vim/pydiction/pydiction-1.2.3-r2.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=6
22
23 -PYTHON_COMPAT=( python2_7 python{3_6,3_7,3_8} )
24 +PYTHON_COMPAT=( python{3_6,3_7,3_8} )
25
26 inherit vim-plugin python-r1