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-funcsigs/
Date: Wed, 13 Nov 2019 10:42:42
Message-Id: 1573641755.dc32a1f43bb1a61368db491adeee8c04c94a15f6.mgorny@gentoo
1 commit: dc32a1f43bb1a61368db491adeee8c04c94a15f6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 13 09:42:34 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 13 10:42:35 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc32a1f4
7
8 virtual/python-funcsigs: Enable py3.8
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 virtual/python-funcsigs/python-funcsigs-2-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/virtual/python-funcsigs/python-funcsigs-2-r1.ebuild b/virtual/python-funcsigs/python-funcsigs-2-r1.ebuild
16 index b6aa912e0ce..0104a230fbb 100644
17 --- a/virtual/python-funcsigs/python-funcsigs-2-r1.ebuild
18 +++ b/virtual/python-funcsigs/python-funcsigs-2-r1.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=6
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