Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/diff-match-patch/
Date: Sat, 27 Apr 2019 14:46:08
Message-Id: 1556376350.690eb322663fe52d72b824c7d723dccf93deaf02.asturm@gentoo
1 commit: 690eb322663fe52d72b824c7d723dccf93deaf02
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 27 13:49:11 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 27 14:45:50 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=690eb322
7
8 dev-python/diff-match-patch: python3_7
9
10 Package-Manager: Portage-2.3.65, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-python/diff-match-patch/diff-match-patch-20121119.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild b/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild
17 index 8250e042f24..63a23390a80 100644
18 --- a/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild
19 +++ b/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=6
23
24 -PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy )
25 +PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy )
26
27 inherit distutils-r1