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: virtual/python-enum34/
Date: Fri, 15 Nov 2019 07:33:15
Message-Id: 1573803182.e2488ed6ec3e86e3c98380fc1af9caeaac7de481.mgorny@gentoo
1 commit: e2488ed6ec3e86e3c98380fc1af9caeaac7de481
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 15 07:29:34 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 15 07:33:02 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2488ed6
7
8 virtual/python-enum34: Enable py3.8
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 virtual/python-enum34/python-enum34-2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/virtual/python-enum34/python-enum34-2.ebuild b/virtual/python-enum34/python-enum34-2.ebuild
16 index 3ab7ee78ec1..085c33f773f 100644
17 --- a/virtual/python-enum34/python-enum34-2.ebuild
18 +++ b/virtual/python-enum34/python-enum34-2.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
24 +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy pypy3 )
25
26 inherit python-r1