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/utidylib/
Date: Sat, 27 Apr 2019 14:46:14
Message-Id: 1556376350.388e6e78c22bed50637c3f2ad3bef8c2c6d3bf4f.asturm@gentoo
1 commit: 388e6e78c22bed50637c3f2ad3bef8c2c6d3bf4f
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 27 13:49:40 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=388e6e78
7
8 dev-python/utidylib: 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/utidylib/utidylib-0.3-r2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/utidylib/utidylib-0.3-r2.ebuild b/dev-python/utidylib/utidylib-0.3-r2.ebuild
17 index 0f4c2ec2970..fe5dfcb6d60 100644
18 --- a/dev-python/utidylib/utidylib-0.3-r2.ebuild
19 +++ b/dev-python/utidylib/utidylib-0.3-r2.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=6
23
24 -PYTHON_COMPAT=( python2_7 python3_{5,6} )
25 +PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
26
27 inherit distutils-r1