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